summaryrefslogtreecommitdiff
path: root/Core/Functions/func_language.php
diff options
context:
space:
mode:
authorDebulois <quentin@debulois.fr>2022-04-04 22:58:43 +0200
committerDebulois <quentin@debulois.fr>2022-04-04 22:58:43 +0200
commit5582d242d03692a7e1b2c631e1b4ff3f52e8b72c (patch)
treec1e0242053a46d7b4145111a78a3e86e3cfd2f0d /Core/Functions/func_language.php
parentb637d625216e50602d0bde8a544c281ca00af5fa (diff)
Révision complète du css et modification du js principalement
Diffstat (limited to 'Core/Functions/func_language.php')
-rw-r--r--Core/Functions/func_language.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Core/Functions/func_language.php b/Core/Functions/func_language.php
index a1c1498..b92395d 100644
--- a/Core/Functions/func_language.php
+++ b/Core/Functions/func_language.php
@@ -14,7 +14,7 @@ function language_set($language) {
if ($_SESSION["src"] == "index") {
header("Location: /".$_SESSION["src"].".php");
} else {
- header("Location: /Templates/".$_SESSION["src"].".php");
+ header("Location: /Template/".$_SESSION["src"].".php");
}
die();
}