From: moodler Date: Thu, 14 Sep 2006 03:35:19 +0000 (+0000) Subject: Remove obsolete themes link MDL-6518 X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=b88b740a802b09add1b5b3363d28f3ce394f6556;p=moodle.git Remove obsolete themes link MDL-6518 --- diff --git a/theme/index.php b/theme/index.php index e6a419092a..09801b8c6c 100644 --- a/theme/index.php +++ b/theme/index.php @@ -127,11 +127,7 @@ } echo ""; - echo "
"; - $options["frame"] = "developer.html"; - $options["sub"] = "themes"; - print_single_button("$CFG->wwwroot/doc/index.php", $options, get_string("howtomakethemes")); - echo "
"; + admin_externalpage_print_footer($adminroot);