From: moodler Date: Thu, 29 May 2003 03:02:10 +0000 (+0000) Subject: Fixed page title X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=a205123f067eaf8e65d14eb51b5ed6aadd406495;p=moodle.git Fixed page title --- diff --git a/admin/modules.php b/admin/modules.php index 8ad67de821..e76b32684b 100644 --- a/admin/modules.php +++ b/admin/modules.php @@ -27,7 +27,7 @@ $strshow = get_string("show"); $stractivitymodule = get_string("activitymodule"); - print_header("$site->shortname: $strcategories", "$site->fullname", + print_header("$site->shortname: $strmanagemodules", "$site->fullname", "admin/index.php\">$stradministration -> $strmanagemodules"); print_heading($strmanagemodules);