MDL-19818 Migrated calls to print_heading

This commit is contained in:
nicolasconnault 2009-08-06 08:17:36 +00:00
parent 2fff8846f2
commit 587a4eb0e0
2 changed files with 2 additions and 2 deletions

View File

@ -83,7 +83,7 @@
print_header($course->shortname . ': ' . $strnotes, $course->fullname, build_navigation($nav));
print_heading(fullname($user));
echo $OUTPUT->heading(fullname($user));
$noteform->display();
print_footer();

View File

@ -40,7 +40,7 @@
if ($user->deleted) {
print_header();
print_heading(get_string('userdeleted'));
echo $OUTPUT->heading(get_string('userdeleted'));
print_footer();
die;
}