MDL-28191 Continue button after selecting a theme now redirects back to the theme selector

This commit is contained in:
Sam Hemelryk 2011-07-22 14:57:26 +08:00
parent 6884b598f3
commit 0e01784c44

View File

@ -68,7 +68,7 @@ if ($reset and confirm_sesskey()) {
echo $output->box_start();
echo format_text(get_string('choosereadme', 'theme_'.$theme->name), FORMAT_MOODLE);
echo $output->box_end();
echo $output->continue_button($CFG->wwwroot . '/' . $CFG->admin . '/index.php');
echo $output->continue_button($CFG->wwwroot . '/theme/index.php');
echo $output->footer();
exit;
}