diff options
Diffstat (limited to 'src/view/templates/footer.php')
-rw-r--r-- | src/view/templates/footer.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/templates/footer.php b/src/view/templates/footer.php index 986bbdc..33647a6 100644 --- a/src/view/templates/footer.php +++ b/src/view/templates/footer.php | |||
@@ -17,7 +17,7 @@ | |||
17 | </div> | 17 | </div> |
18 | <div id="footer_email"> | 18 | <div id="footer_email"> |
19 | <script>let footer_email = new InputText('footer_email');</script> | 19 | <script>let footer_email = new InputText('footer_email');</script> |
20 | <a href="mailto:<?= $e_mail ?>"><span id="footer_email_span"><?= htmlspecialchars($email ?? '') ?></span></a> | 20 | <a href="mailto:<?= $email ?>"><span id="footer_email_span"><?= htmlspecialchars($email ?? '') ?></span></a> |
21 | <input type="text" id="footer_email_input" class="hidden" value="<?= htmlspecialchars($email ?? '') ?>" size="30"> | 21 | <input type="text" id="footer_email_input" class="hidden" value="<?= htmlspecialchars($email ?? '') ?>" size="30"> |
22 | <?= $buttons_footer_email ?> | 22 | <?= $buttons_footer_email ?> |
23 | </div> | 23 | </div> |