From: nicolasconnault Date: Tue, 18 Aug 2009 05:19:44 +0000 (+0000) Subject: MDL-19824 Upgraded calls to helpbutton, print_simple_box* and notify X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=362874daa53a3d7d9afc28826fb5c815aa2d09fd;p=moodle.git MDL-19824 Upgraded calls to helpbutton, print_simple_box* and notify --- diff --git a/theme/index.php b/theme/index.php index 8644ae1de8..b259b3573f 100644 --- a/theme/index.php +++ b/theme/index.php @@ -55,7 +55,7 @@ if ($choose and confirm_sesskey()) { echo $OUTPUT->box_end(); } - print_continue($CFG->wwwroot . '/' . $CFG->admin . '/index.php'); + echo $OUTPUT->continue_button($CFG->wwwroot . '/' . $CFG->admin . '/index.php'); echo $OUTPUT->footer(); exit;