diff options
Diffstat (limited to 'src/view/templates')
| -rw-r--r-- | src/view/templates/footer.php | 4 | ||||
| -rw-r--r-- | src/view/templates/header.php | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/view/templates/footer.php b/src/view/templates/footer.php index 0bc85f5..7809818 100644 --- a/src/view/templates/footer.php +++ b/src/view/templates/footer.php | |||
| @@ -12,12 +12,12 @@ | |||
| 12 | <?= $admin_footer_address ?> | 12 | <?= $admin_footer_address ?> |
| 13 | </div> | 13 | </div> |
| 14 | <div id="footer_email"> | 14 | <div id="footer_email"> |
| 15 | <a id="footer_email_content" href="mailto:<?= $email ?>"><?= htmlspecialchars($email ?? '') ?></a> | 15 | <a id="footer_email_content" href="mailto:<?= htmlspecialchars($email ?? '') ?>"><?= htmlspecialchars($email ?? '') ?></a> |
| 16 | <?= $admin_footer_email ?> | 16 | <?= $admin_footer_email ?> |
| 17 | </div> | 17 | </div> |
| 18 | </div> | 18 | </div> |
| 19 | <div id="footer_logo"> | 19 | <div id="footer_logo"> |
| 20 | <a href="<?= new URL ?>"><img id="footer_logo_content" src="<?= $footer_logo ?? '' ?>" alt="logo_alt"></a> | 20 | <a href="<?= new URL ?>"><img id="footer_logo_content" src="<?= $footer_logo ?? '' ?>" alt=""></a> |
| 21 | <?= $admin_footer_logo ?> | 21 | <?= $admin_footer_logo ?> |
| 22 | </div> | 22 | </div> |
| 23 | <?php if($_SESSION['admin']){ ?> | 23 | <?php if($_SESSION['admin']){ ?> |
diff --git a/src/view/templates/header.php b/src/view/templates/header.php index b39bdd5..8d58dc0 100644 --- a/src/view/templates/header.php +++ b/src/view/templates/header.php | |||
| @@ -19,7 +19,7 @@ | |||
| 19 | <div class="header_content"> | 19 | <div class="header_content"> |
| 20 | <div class="header_left_col"> | 20 | <div class="header_left_col"> |
| 21 | <div id="header_logo"> | 21 | <div id="header_logo"> |
| 22 | <a href="<?= new URL ?>"><img id="header_logo_content" src="<?= $header_logo ?? '' ?>" alt="header_logo"></a> | 22 | <a href="<?= new URL ?>"><img id="header_logo_content" src="<?= $header_logo ?? '' ?>" alt=""></a> |
| 23 | <?= $admin_header_logo ?> | 23 | <?= $admin_header_logo ?> |
| 24 | </div> | 24 | </div> |
| 25 | </div> | 25 | </div> |
