From a205123f067eaf8e65d14eb51b5ed6aadd406495 Mon Sep 17 00:00:00 2001 From: moodler Date: Thu, 29 May 2003 03:02:10 +0000 Subject: [PATCH] Fixed page title --- admin/modules.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/modules.php b/admin/modules.php index 8ad67de821ef2..e76b32684b35b 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);