diff options
author | polo <ordipolo@gmx.fr> | 2025-10-22 15:50:41 +0200 |
---|---|---|
committer | polo <ordipolo@gmx.fr> | 2025-10-22 15:50:41 +0200 |
commit | db5521f7b194190013dd0ad606a018ab68464562 (patch) | |
tree | 2044d915c855643357f0fb681ae3ebd9e7792c09 /src/view/templates/footer.php | |
parent | 9e20c3f73c852562037c1b9c6153ec445b8edc8b (diff) | |
download | cms-db5521f7b194190013dd0ad606a018ab68464562.zip |
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> |