mirror of
https://github.com/moodle/moodle.git
synced 2025-08-10 19:36:41 +02:00
mod-imscp MDL-19799 Updated print_header_simple and build_navigation to OUTPUT and PAGE equivalents
This commit is contained in:
parent
90e9e580f1
commit
44391f9fe2
2 changed files with 3 additions and 3 deletions
|
@ -69,7 +69,7 @@ $PAGE->set_title($course->shortname.': '.$imscp->name);
|
|||
$PAGE->set_heading($course->fullname);
|
||||
$PAGE->set_activity_record($imscp);
|
||||
$PAGE->set_button(update_module_button($cm->id, '', get_string('modulename', 'imscp')));
|
||||
echo $OUTPUT->header(build_navigation('', $cm), navmenu($course, $cm));
|
||||
echo $OUTPUT->header();
|
||||
|
||||
// verify imsmanifest was parsed properly
|
||||
if (!$imscp->structure) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue