From: scyrma Date: Wed, 26 Mar 2008 03:01:20 +0000 (+0000) Subject: MDL-14057 - Change position of the continue button. (merge) X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=9f9bdaf80bd8a3680412c124f4941f500cc54fe2;p=moodle.git MDL-14057 - Change position of the continue button. (merge) --- 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 {