]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-14057 - Change position of the continue button. (merge)
authorscyrma <scyrma>
Wed, 26 Mar 2008 03:01:20 +0000 (03:01 +0000)
committerscyrma <scyrma>
Wed, 26 Mar 2008 03:01:20 +0000 (03:01 +0000)
theme/index.php

index 59446846b806674b8b7083b37f2876be9ee6314b..8ef5e4cecbdfbca90ccbec91b02d75f539d117d1 100644 (file)
@@ -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 {