Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed an admin link
  • Loading branch information
moodler committed Aug 15, 2003
1 parent a142b3b commit d318a24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theme/index.php
Expand Up @@ -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)) {
Expand Down

0 comments on commit d318a24

Please sign in to comment.