mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-19800 Migrated calls to print_heading
This commit is contained in:
parent
88ed16ecc2
commit
4df0be7bc9
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@
|
|||
|
||||
if (empty($user->confirmed)) { // This account was never confirmed
|
||||
print_header(get_string("mustconfirm"), get_string("mustconfirm") );
|
||||
print_heading(get_string("mustconfirm"));
|
||||
echo $OUTPUT->heading(get_string("mustconfirm"));
|
||||
print_simple_box(get_string("emailconfirmsent", "", $user->email), "center");
|
||||
print_footer();
|
||||
die;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue