Skip to content

Commit 34ba22e

Browse files
brianteemanwilsonge
authored andcommitted
[4.0] [a11y] Set login page title (#21603)
* [4.0] [a11y] Set login page title a11y rules says that every page should have a meaningfu title This PR adds the title "Administrator Login - sitename" to the title on the login page * save before commit * reverse
1 parent 2dfc556 commit 34ba22e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

administrator/templates/atum/login.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@
4646
// @TODO sync with _variables.scss
4747
$this->setMetaData('theme-color', '#1c3d5c');
4848

49+
// Set page title
50+
$this->setTitle($sitename . ' - ' . Text::_('JACTION_LOGIN_ADMIN'));
51+
4952
?>
5053
<!DOCTYPE html>
5154
<html lang="<?php echo $this->language; ?>" dir="<?php echo $this->direction; ?>">

0 commit comments

Comments
 (0)