diff options
author | polo-pc-greta <ordipolo@gmx.fr> | 2025-03-27 10:13:03 +0100 |
---|---|---|
committer | polo-pc-greta <ordipolo@gmx.fr> | 2025-03-27 10:13:03 +0100 |
commit | df3612ed7e6691530503f79483d2fdbc032d01b8 (patch) | |
tree | 56d1c68fdc8625f5dad1937a654299d45142c79a /src/view/templates/footer.php | |
download | cms-df3612ed7e6691530503f79483d2fdbc032d01b8.zip |
mise en ligne github
Diffstat (limited to 'src/view/templates/footer.php')
-rw-r--r-- | src/view/templates/footer.php | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/view/templates/footer.php b/src/view/templates/footer.php new file mode 100644 index 0000000..5af7924 --- /dev/null +++ b/src/view/templates/footer.php | |||
@@ -0,0 +1,15 @@ | |||
1 | <footer> | ||
2 | <div> | ||
3 | <p class="contact"><?= $contact_nom ?><br> | ||
4 | <?= $adresse ?><br> | ||
5 | <a href="mailto:<?= $e_mail ?>"><?= $e_mail ?></a></p> | ||
6 | <?= $breadcrumb ?> | ||
7 | </div> | ||
8 | <div class="<?= $empty_admin_zone ?>"></div> | ||
9 | <div class="<?= $div_admin ?>"> | ||
10 | <?= $zone_admin ?> | ||
11 | </div> | ||
12 | </footer> | ||
13 | </div> | ||
14 | </body> | ||
15 | </html> \ No newline at end of file | ||