mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
admin MDL-19787 Upgraded print_header and build_navigation calls to use PAGE and OUTPUT equivilants
This commit is contained in:
parent
69d77c232a
commit
d5bfce1f86
@ -177,7 +177,8 @@ $strperm = array(
|
||||
);
|
||||
|
||||
// Start the output.
|
||||
print_header(get_string('explainpermission', 'role'));
|
||||
$PAGE->set_title(get_string('explainpermission', 'role'));
|
||||
echo $OUTPUT->header();
|
||||
echo $OUTPUT->heading(get_string('explainpermission', 'role'));
|
||||
|
||||
// Print a summary of what we are doing.
|
||||
|
Loading…
x
Reference in New Issue
Block a user