mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-40652 Calendar: Changed pagelayout from 'standard' to 'base' in calendar/export.php.
This commit is contained in:
parent
07bbbcf174
commit
3ca6cd9665
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ $PAGE->navbar->add($pagetitle);
|
|||
$PAGE->set_title($course->shortname.': '.get_string('calendar', 'calendar').': '.$pagetitle);
|
||||
$PAGE->set_heading($course->fullname);
|
||||
$PAGE->set_button(calendar_preferences_button($course));
|
||||
$PAGE->set_pagelayout('standard');
|
||||
$PAGE->set_pagelayout('base');
|
||||
|
||||
$renderer = $PAGE->get_renderer('core_calendar');
|
||||
$calendar->add_sidecalendar_blocks($renderer);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue