]> git.mjollnir.org Git - moodle.git/commitdiff
Include "Courses" in heading as generic title
authormoodler <moodler>
Fri, 20 Feb 2004 12:59:12 +0000 (12:59 +0000)
committermoodler <moodler>
Fri, 20 Feb 2004 12:59:12 +0000 (12:59 +0000)
course/category.php

index 65883920a39f8c15299b5da03bdd34617dcdfc89..ce8fef2ab08c1508ab4ea7f849e4c7483c39cb17 100644 (file)
 
     if ($creatorediting) {
         if ($adminediting) {
-               print_header("$site->shortname: $category->name", "$site->fullname", 
+               print_header("$site->shortname: $category->name", "$site->fullname: $strcourses", 
                          "<a href=\"../$CFG->admin/index.php\">$stradministration</a> -> ".
                          "<a href=\"index.php\">$strcategories</a> -> $category->name",
                          "", "", true, $navbaritem);
         } else {
-               print_header("$site->shortname: $category->name", "$site->fullname", 
+               print_header("$site->shortname: $category->name", "$site->fullname: $strcourses", 
                          "<a href=\"index.php\">$strcategories</a> -> $category->name", "", "", true, $navbaritem);
         }
     } else {
-           print_header("$site->shortname: $category->name", "$site->fullname", 
+           print_header("$site->shortname: $category->name", "$site->fullname: $strcourses", 
                      "<a href=\"index.php\">$strcategories</a> -> $category->name", "", "", true, $navbaritem);
     }