diff options
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 | ||
