Add title to timer

This commit is contained in:
Dorian Zedler 2021-07-11 10:37:14 +02:00
parent ec50558e9c
commit 64aeb01b64
Signed by: dorian
GPG Key ID: 989DE36109AFA354
2 changed files with 2 additions and 1 deletions

View File

@ -13,6 +13,7 @@ $translations['header'] = "Header";
$translations['time'] = "Time";
$translations['startTimer'] = "Start timer";
$translations['loading'] = "Loading...";
$translations['timerOf'] = "Timer of";
$translations['results']['permissionDenied'] = "Access denied";

View File

@ -253,7 +253,7 @@ class LandingpageTheme
<!-- Bootstrap -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-giJF6kkoqNQ00vy+HMDP7azOuL0xtbfIcaT9wjKHr8RbDVddVHyTfAAsrekwKmP1" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta1/dist/js/bootstrap.bundle.min.js" integrity="sha384-ygbV9kiqUc6oa4msXn9868pTtWMgiQaeYH7/t7LECLbyPA2x65Kgf80OJFdroafW" crossorigin="anonymous"></script>
<title><?= $this->_trId("timerOf") . " " . $username ?></title>
</head>
<body class="d-flex h-100 text-center text-white bg-dark">