Merge branch 'MDL-78806-master' of https://github.com/junpataleta/moodle

This commit is contained in:
Ilya Tregubov 2023-09-13 10:54:54 +08:00
commit 94c9ce0595
No known key found for this signature in database
GPG key ID: 0F58186F748E55C1
52 changed files with 223 additions and 82 deletions

View file

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