MDL-19792 Migrated calls to print_heading

This commit is contained in:
nicolasconnault
2009-08-06 08:26:20 +00:00
parent 723d610c91
commit 16ba76bd1c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -145,7 +145,7 @@ if (!empty($user)) {
if ($user->deleted) {
print_header();
print_heading(get_string('userdeleted'));
echo $OUTPUT->heading(get_string('userdeleted'));
print_footer();
die;
}
+1 -1
View File
@@ -47,7 +47,7 @@
$navigation = build_navigation($navlinks);
print_header("$site->shortname: $strblogs : $strpreferences", $strblogs, $navigation);
print_heading($strpreferences);
echo $OUTPUT->heading($strpreferences);
print_simple_box_start('center', '', '');
require('./preferences.html');