]> git.mjollnir.org Git - moodle.git/commitdiff
Fixed an admin link
authormoodler <moodler>
Fri, 15 Aug 2003 14:19:11 +0000 (14:19 +0000)
committermoodler <moodler>
Fri, 15 Aug 2003 14:19:11 +0000 (14:19 +0000)
theme/index.php

index 1c77974ba78f18fff2557a13605808c28040a7b9..82d5d1c8098cc246b69b4b06e5ff2f24d3dc8473 100644 (file)
@@ -38,7 +38,7 @@
     $strthemesaved = get_string("themesaved");
 
     print_header("$site->shortname: $strthemes", $site->fullname, 
-                 "<A HREF=\"$CFG->wwwroot/admin\">$stradministration</A> -> $strthemes");
+                 "<a href=\"$CFG->wwwroot/$CFG->admin/index.php\">$stradministration</a> -> $strthemes");
 
     if ($choose) {
         if (set_config("theme", $choose)) {