mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 17:36:38 +02:00
Include "Courses" in heading as generic title
This commit is contained in:
parent
c0b85daf7b
commit
f96f80db5c
1 changed files with 3 additions and 3 deletions
|
@ -67,16 +67,16 @@
|
||||||
|
|
||||||
if ($creatorediting) {
|
if ($creatorediting) {
|
||||||
if ($adminediting) {
|
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=\"../$CFG->admin/index.php\">$stradministration</a> -> ".
|
||||||
"<a href=\"index.php\">$strcategories</a> -> $category->name",
|
"<a href=\"index.php\">$strcategories</a> -> $category->name",
|
||||||
"", "", true, $navbaritem);
|
"", "", true, $navbaritem);
|
||||||
} else {
|
} 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);
|
"<a href=\"index.php\">$strcategories</a> -> $category->name", "", "", true, $navbaritem);
|
||||||
}
|
}
|
||||||
} else {
|
} 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);
|
"<a href=\"index.php\">$strcategories</a> -> $category->name", "", "", true, $navbaritem);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue