From: moodler Date: Fri, 15 Aug 2003 14:19:11 +0000 (+0000) Subject: Fixed an admin link X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=d318a24d4571af8bacf6a43b5813635aabf5e166;p=moodle.git Fixed an admin link --- diff --git a/theme/index.php b/theme/index.php index 1c77974ba7..82d5d1c809 100644 --- a/theme/index.php +++ b/theme/index.php @@ -38,7 +38,7 @@ $strthemesaved = get_string("themesaved"); print_header("$site->shortname: $strthemes", $site->fullname, - "wwwroot/admin\">$stradministration -> $strthemes"); + "wwwroot/$CFG->admin/index.php\">$stradministration -> $strthemes"); if ($choose) { if (set_config("theme", $choose)) {