From 5582d242d03692a7e1b2c631e1b4ff3f52e8b72c Mon Sep 17 00:00:00 2001 From: Debulois Date: Mon, 4 Apr 2022 22:58:43 +0200 Subject: Révision complète du css et modification du js principalement MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Core/Functions/func_language.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Core/Functions/func_language.php') 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(); } -- cgit v1.2.3