mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 16:32:18 +02:00
MDL-19792 Upgraded calls to helpbutton, print_simple_box* and notify
This commit is contained in:
parent
25c56af824
commit
d383a3c4cc
@ -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();
|
||||
?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user