mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
enrol MDL-19795 Upgraded print_header and build_navigation calls to OUTPUT/PAGE equivilants
This commit is contained in:
parent
15ca5e5e0d
commit
01d082fa17
7 changed files with 52 additions and 49 deletions
|
@ -29,7 +29,7 @@
|
|||
redirect($destination, get_string('paymentthanks', '', $course->fullname));
|
||||
|
||||
} else { /// Somehow they aren't enrolled yet! :-(
|
||||
print_header();
|
||||
echo $OUTPUT->header();
|
||||
notice(get_string('paymentsorry', '', get_string('defaultcourseteacher')), $destination);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue