aboutsummaryrefslogtreecommitdiff
path: root/src/view/templates/footer.php
diff options
context:
space:
mode:
authorpolo <ordipolo@gmx.fr>2025-10-22 15:50:41 +0200
committerpolo <ordipolo@gmx.fr>2025-10-22 15:50:41 +0200
commitdb5521f7b194190013dd0ad606a018ab68464562 (patch)
tree2044d915c855643357f0fb681ae3ebd9e7792c09 /src/view/templates/footer.php
parent9e20c3f73c852562037c1b9c6153ec445b8edc8b (diff)
downloadcms-db5521f7b194190013dd0ad606a018ab68464562.zip
autres petites erreursHEADmain
Diffstat (limited to 'src/view/templates/footer.php')
-rw-r--r--src/view/templates/footer.php2
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>