mirror of
https://github.com/moodle/moodle.git
synced 2025-04-13 20:42:22 +02:00
MDL-28191 Continue button after selecting a theme now redirects back to the theme selector
This commit is contained in:
parent
6884b598f3
commit
0e01784c44
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user