summaryrefslogtreecommitdiff
path: root/Views/userInfo.php
diff options
context:
space:
mode:
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