summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/index.php b/index.php
index 1e732df..ed9b111 100644
--- a/index.php
+++ b/index.php
@@ -34,15 +34,15 @@ if (isset($_COOKIE["autoLogin"]) && $_SESSION["loggedIn"] == false) {
<!DOCTYPE html>
<?php echo('<html lang="'.$_SESSION["lang"].'">'.PHP_EOL); ?>
<head>
-<?php require_once(dirname( __FILE__ )."/Views/Includes/incl_header.php"); ?>
+<?php require_once(dirname( __FILE__ )."/Views/Includes/incl_global_header.php"); ?>
<?php require_once(dirname( __FILE__ )."/Views/Includes/".$_SESSION["lang"]."/title.php"); ?>
<?php echo(" <title>".$title[basename(__FILE__, ".php")]."</title>".PHP_EOL); ?>
</head>
<body>
-<?php require_once("./Views/Includes/incl_navbar.php"); ?>
+<?php require_once("./Views/Includes/incl_global_navbar.php"); ?>
<?php require_once("./Views/Includes/incl_index_slideshow.php"); ?>
<?php require_once("./Views/Includes/incl_index_search.php");?>
-<?php require_once("./Views/Includes/incl_footer.php"); ?>
+<?php require_once("./Views/Includes/incl_global_footer.php"); ?>
<script src="/Statics/Js/main.js"></script>
<!-- Activation du slider -->
<script>start_slideshow();</script>