Skip to content

Commit

Permalink
Include "Courses" in heading as generic title
Browse files Browse the repository at this point in the history
  • Loading branch information
moodler committed Feb 20, 2004
1 parent c0b85da commit f96f80d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions course/category.php
Expand Up @@ -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",
"<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);
}

Expand Down

0 comments on commit f96f80d

Please sign in to comment.