From b88b740a802b09add1b5b3363d28f3ce394f6556 Mon Sep 17 00:00:00 2001 From: moodler Date: Thu, 14 Sep 2006 03:35:19 +0000 Subject: [PATCH] Remove obsolete themes link MDL-6518 --- theme/index.php | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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); -- 2.39.5