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

@ -51,7 +51,7 @@ $PAGE->set_pagelayout('admin');
// Display page header.
$title = get_string('notifications', 'message');
$PAGE->set_title("{$SITE->shortname}: " . $title);
$PAGE->set_title($title);
$PAGE->set_heading(fullname($user));
// Grab the renderer.