mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 01:46:45 +02:00
mod-folder MDL-19799 Updated print_header_simple and build_navigation to OUTPUT and PAGE equivalents
This commit is contained in:
parent
ef8869c7fe
commit
5647cde8d0
2 changed files with 3 additions and 3 deletions
|
@ -54,7 +54,7 @@ $PAGE->set_title($course->shortname.': '.$folder->name);
|
|||
$PAGE->set_heading($course->fullname);
|
||||
$PAGE->set_activity_record($folder);
|
||||
$PAGE->set_button(update_module_button($cm->id, '', get_string('modulename', 'folder')));
|
||||
echo $OUTPUT->header(build_navigation('', $cm), navmenu($course, $cm));
|
||||
echo $OUTPUT->header();
|
||||
|
||||
echo $OUTPUT->heading(format_string($folder->name), 2);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue