[system] / branches / rel-2-3-dev / webwork2 / lib / WeBWorK / ContentGenerator / Instructor / Index.pm Repository:
ViewVC logotype

Diff of /branches/rel-2-3-dev/webwork2/lib/WeBWorK/ContentGenerator/Instructor/Index.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 1294 Revision 1295
13=cut 13=cut
14 14
15use strict; 15use strict;
16use warnings; 16use warnings;
17use CGI qw(); 17use CGI qw();
18
19sub path {
20 my $self = shift;
21 my $args = $_[-1];
22
23 my $ce = $self->{ce};
24 my $root = $ce->{webworkURLs}->{root};
25 my $courseName = $ce->{courseName};
26 return $self->pathMacro($args,
27 "Home" => "$root",
28 $courseName => "$root/$courseName",
29 'instructor' => '',
30 );
31}
18 32
19sub title { 33sub title {
20 my $self = shift; 34 my $self = shift;
21 return "Instructor tools for ".$self->{ce}->{courseName}; 35 return "Instructor tools for ".$self->{ce}->{courseName};
22} 36}

Legend:
Removed from v.1294  
changed lines
  Added in v.1295

aubreyja at gmail dot com
ViewVC Help
Powered by ViewVC 1.0.9