summaryrefslogtreecommitdiff
path: root/Views/userInfo.php
diff options
context:
space:
mode:
authorDebulois <quentin@debulois.fr>2022-03-09 19:37:55 +0100
committerDebulois <quentin@debulois.fr>2022-03-09 19:37:55 +0100
commit497ce42637ebaad0c388d309d6b5bbf91db2dfa4 (patch)
tree45844b0ad0d03559eeecf0171efed745900478de /Views/userInfo.php
parent5ddf8de3691fde866c5a48b440cffa2990b2014c (diff)
Mise à jour des fonctions de la bdd avec le nouveau modèle, renommage des fichier pour plus de clarte et ajout des documents et infos
Diffstat (limited to 'Views/userInfo.php')
-rw-r--r--Views/userInfo.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/Views/userInfo.php b/Views/userInfo.php
index c4e9f8b..0936590 100644
--- a/Views/userInfo.php
+++ b/Views/userInfo.php
@@ -19,14 +19,14 @@ $_SESSION["src"] = basename(__FILE__, ".php");
<!DOCTYPE html>
<?php echo('<html lang="'.$_SESSION["lang"].'">'.PHP_EOL); ?>
<head>
-<?php require_once(dirname( __FILE__ )."/Includes/incl_header.php"); ?>
+<?php require_once(dirname( __FILE__ )."/Includes/incl_global_header.php"); ?>
<?php require_once(dirname( __FILE__ )."/Includes/".$_SESSION["lang"]."/title.php"); ?>
<?php echo(" <title>".$title[basename(__FILE__, ".php")]."</title>".PHP_EOL); ?>
</head>
<body>
-<?php require_once(dirname( __FILE__ )."/Includes/incl_navbar.php"); ?>
-<?php require_once(dirname( __FILE__ )."/Includes/incl_userInfo_form.php")?>
-<?php require_once(dirname( __FILE__ )."/Includes/incl_footer.php")?>
+<?php require_once(dirname( __FILE__ )."/Includes/incl_global_navbar.php"); ?>
+<?php require_once(dirname( __FILE__ )."/Includes/incl_form_userInfo.php")?>
+<?php require_once(dirname( __FILE__ )."/Includes/incl_global_footer.php");?>
<script src="/Statics/Js/main.js"></script>
</body>
</html> \ No newline at end of file