From 362874daa53a3d7d9afc28826fb5c815aa2d09fd Mon Sep 17 00:00:00 2001 From: nicolasconnault Date: Tue, 18 Aug 2009 05:19:44 +0000 Subject: [PATCH] MDL-19824 Upgraded calls to helpbutton, print_simple_box* and notify --- theme/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.5