From 9f9bdaf80bd8a3680412c124f4941f500cc54fe2 Mon Sep 17 00:00:00 2001 From: scyrma Date: Wed, 26 Mar 2008 03:01:20 +0000 Subject: [PATCH] MDL-14057 - Change position of the continue button. (merge) --- theme/index.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/theme/index.php b/theme/index.php index 59446846b8..8ef5e4cecb 100644 --- a/theme/index.php +++ b/theme/index.php @@ -29,7 +29,6 @@ theme_setup($choose); admin_externalpage_print_header(); print_heading(get_string("themesaved")); - print_continue("$CFG->wwwroot/"); if (file_exists("$choose/README.html")) { print_simple_box_start("center"); @@ -42,6 +41,9 @@ echo format_text(implode('', $file), FORMAT_MOODLE); print_simple_box_end(); } + + print_continue("$CFG->wwwroot/"); + admin_externalpage_print_footer(); exit; } else { -- 2.39.5