forked from mirrors/easyappointments
Correct layout page title
This commit is contained in:
parent
90b3e0e745
commit
181afcb4b9
2 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
<?php slot('meta') ?>
|
||||
|
||||
<title><?= lang('login') ?> | Easy!Appointments</title>
|
||||
<title><?= lang('account') ?> | Easy!Appointments</title>
|
||||
|
||||
<link rel="icon" type="image/x-icon" href="<?= asset_url('assets/img/favicon.ico') ?>">
|
||||
<link rel="icon" sizes="192x192" href="<?= asset_url('assets/img/logo.png') ?>">
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
<?php slot('meta') ?>
|
||||
|
||||
<title><?= $page_title ?? lang('backend_section') ?> | Easy!Appointments</title>
|
||||
<title><?= vars('page_title') ?? lang('backend_section') ?> | Easy!Appointments</title>
|
||||
|
||||
<link rel="icon" type="image/x-icon" href="<?= asset_url('assets/img/favicon.ico') ?>">
|
||||
<link rel="icon" sizes="192x192" href="<?= asset_url('assets/img/logo.png') ?>">
|
||||
|
|
Loading…
Reference in a new issue