summaryrefslogtreecommitdiff
path: root/Views/Includes/incl_global_footer.php
diff options
context:
space:
mode:
Diffstat (limited to 'Views/Includes/incl_global_footer.php')
-rw-r--r--Views/Includes/incl_global_footer.php13
1 files changed, 0 insertions, 13 deletions
diff --git a/Views/Includes/incl_global_footer.php b/Views/Includes/incl_global_footer.php
deleted file mode 100644
index 6aa4014..0000000
--- a/Views/Includes/incl_global_footer.php
+++ /dev/null
@@ -1,13 +0,0 @@
-<?php
-// ****************************************************************************
-// Description: Pied de page
-// ****************************************************************************
-// Import des textes en fonction de la langue définie dans la variable "lang" de la session.
-require_once(dirname(__FILE__)."/".$_SESSION["lang"]."/text.php");
-echo(' <!-- Separateur -->
- <div class="separator"></div>
- <!-- Pied de page -->
- <div id="footer">
- <p>'.$text[basename(__FILE__, ".php")]["main"].'</p>
- </div>'.PHP_EOL)
-?> \ No newline at end of file