From d318a24d4571af8bacf6a43b5813635aabf5e166 Mon Sep 17 00:00:00 2001 From: moodler Date: Fri, 15 Aug 2003 14:19:11 +0000 Subject: [PATCH] Fixed an admin link --- theme/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) { -- 2.39.5