From: moodler Date: Fri, 20 Feb 2004 12:59:12 +0000 (+0000) Subject: Include "Courses" in heading as generic title X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=f96f80db5c30bd4da73a4a819dfb3e50420d9618;p=moodle.git Include "Courses" in heading as generic title --- diff --git a/course/category.php b/course/category.php index 65883920a3..ce8fef2ab0 100644 --- a/course/category.php +++ b/course/category.php @@ -67,16 +67,16 @@ if ($creatorediting) { if ($adminediting) { - print_header("$site->shortname: $category->name", "$site->fullname", + print_header("$site->shortname: $category->name", "$site->fullname: $strcourses", "admin/index.php\">$stradministration -> ". "$strcategories -> $category->name", "", "", true, $navbaritem); } else { - print_header("$site->shortname: $category->name", "$site->fullname", + print_header("$site->shortname: $category->name", "$site->fullname: $strcourses", "$strcategories -> $category->name", "", "", true, $navbaritem); } } else { - print_header("$site->shortname: $category->name", "$site->fullname", + print_header("$site->shortname: $category->name", "$site->fullname: $strcourses", "$strcategories -> $category->name", "", "", true, $navbaritem); }