mirror of
https://github.com/moodle/moodle.git
synced 2025-04-13 12:32:08 +02:00
MDL-19818 Migrated calls to print_heading
This commit is contained in:
parent
2fff8846f2
commit
587a4eb0e0
@ -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();
|
||||
|
@ -40,7 +40,7 @@
|
||||
|
||||
if ($user->deleted) {
|
||||
print_header();
|
||||
print_heading(get_string('userdeleted'));
|
||||
echo $OUTPUT->heading(get_string('userdeleted'));
|
||||
print_footer();
|
||||
die;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user