mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 02:16: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
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue