mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
core MDL-19799 Updated print_header and build_navigation to OUTPUT and PAGE equivalents
This commit is contained in:
parent
b87573d7ae
commit
70f25518ad
5 changed files with 15 additions and 6 deletions
3
help.php
3
help.php
|
@ -93,7 +93,8 @@ if(preg_match('~(##emoticons_html##)~', $output, $matches)) {
|
|||
}
|
||||
|
||||
// Do the main output.
|
||||
print_header($title);
|
||||
$PAGE->set_title($title);
|
||||
echo $OUTPUT->header();
|
||||
echo $OUTPUT->box_start();
|
||||
print $output;
|
||||
echo $OUTPUT->box_end();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue