MDL-78806 core: Remove redundant site name
MDL-78806 core: Remove redundant site name on page titles * With the site name now being appended to the page titles, there is no need to manually append the page titles.
This commit is contained in:
+1
-1
@@ -8735,7 +8735,7 @@ function admin_externalpage_setup($section, $extrabutton = '', array $extraurlpa
|
||||
$PAGE->set_button($OUTPUT->single_button($url, $caption, 'get'));
|
||||
}
|
||||
|
||||
$PAGE->set_title("$SITE->shortname: " . implode(": ", $visiblepathtosection));
|
||||
$PAGE->set_title(implode(": ", $visiblepathtosection));
|
||||
$PAGE->set_heading($SITE->fullname);
|
||||
|
||||
if ($hassiteconfig && empty($options['nosearch'])) {
|
||||
|
||||
Reference in New Issue
Block a user