1
0
mirror of https://github.com/moodle/moodle.git synced 2025-05-10 10:17:17 +02:00

Merge branch 'MDL-40652_master' of git://github.com/lazydaisy/moodle

This commit is contained in:
Eloy Lafuente (stronk7) 2013-07-17 00:41:15 +02:00
commit f28051143f

@ -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);