Skip to content

Commit

Permalink
MDL-19792 Upgraded calls to helpbutton, print_simple_box* and notify
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasconnault committed Aug 18, 2009
1 parent 25c56af commit d383a3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions blog/preferences.php
Expand Up @@ -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();
?>

0 comments on commit d383a3c

Please sign in to comment.