MDL-19792 Upgraded calls to helpbutton, print_simple_box* and notify

This commit is contained in:
nicolasconnault 2009-08-18 04:29:42 +00:00
parent 25c56af824
commit d383a3c4cc

View File

@ -49,9 +49,9 @@
print_header("$site->shortname: $strblogs : $strpreferences", $strblogs, $navigation);
echo $OUTPUT->heading($strpreferences);
print_simple_box_start('center', '', '');
echo $OUTPUT->box_start('generalbox boxaligncenter');
require('./preferences.html');
print_simple_box_end();
echo $OUTPUT->box_end();
echo $OUTPUT->footer();
?>