Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6884b59
)
MDL-28191 Continue button after selecting a theme now redirects back to the theme...
author
Sam Hemelryk
<sam@moodle.com>
Fri, 22 Jul 2011 06:57:26 +0000
(14:57 +0800)
committer
Sam Hemelryk
<sam@moodle.com>
Fri, 22 Jul 2011 06:57:26 +0000
(14:57 +0800)
theme/index.php
patch
|
blob
|
blame
|
history
diff --git
a/theme/index.php
b/theme/index.php
index
0c5f4ea
..
2a40a92
100644
(file)
--- a/
theme/index.php
+++ b/
theme/index.php
@@
-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;
}