admin MDL-19787 Upgraded print_header and build_navigation calls to use PAGE and OUTPUT equivilants

This commit is contained in:
samhemelryk 2009-09-03 05:31:38 +00:00
parent 69d77c232a
commit d5bfce1f86

View File

@ -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.