mirror of
https://github.com/moodle/moodle.git
synced 2025-08-10 19:36:41 +02:00
Merge branch 'MDL-78806-master' of https://github.com/junpataleta/moodle
This commit is contained in:
commit
94c9ce0595
52 changed files with 223 additions and 82 deletions
|
@ -92,7 +92,7 @@ $strcalendar = get_string('calendar', 'calendar');
|
|||
|
||||
$PAGE->navbar->add($strcalendar, $viewcalendarurl);
|
||||
$PAGE->navbar->add($title);
|
||||
$PAGE->set_title($site->shortname.': '.$strcalendar.': '.$title);
|
||||
$PAGE->set_title($strcalendar.': '.$title);
|
||||
$PAGE->set_heading($COURSE->fullname);
|
||||
if ($course) {
|
||||
$PAGE->set_secondary_navigation(false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue