mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
MDL-50791 auth: add heading on signup form page
This commit is contained in:
parent
a3c9174b3d
commit
f711237e05
@ -101,5 +101,6 @@ $PAGE->set_title($newaccount);
|
||||
$PAGE->set_heading($SITE->fullname);
|
||||
|
||||
echo $OUTPUT->header();
|
||||
echo $OUTPUT->heading($newaccount);
|
||||
$mform_signup->display();
|
||||
echo $OUTPUT->footer();
|
||||
|
Loading…
x
Reference in New Issue
Block a user