diff --git a/header.php b/header.php index c9bb1e2..6be3cbf 100644 --- a/header.php +++ b/header.php @@ -6,7 +6,6 @@ require_once __DIR__ . '/includes/i18n.php'; /** * Génère une URL avec le paramètre de langue mis à jour - * sans perdre les autres paramètres (ex: id, tab, etc.) */ function getLangUrl($newLang) { $params = $_GET; @@ -16,7 +15,7 @@ function getLangUrl($newLang) { $pageTitle = $pageTitle ?? "PachaFamily"; $activePage = $activePage ?? ""; -$currentLang = $_SESSION['app_lang'] ?? 'fr'; // Récupération de la langue active +$currentLang = $_SESSION['app_lang'] ?? 'fr'; ?> @@ -30,12 +29,20 @@ $currentLang = $_SESSION['app_lang'] ?? 'fr'; // Récupération de la langue act +
+ + -
-
- FR +
+ +
+ FR | - CA + CA
-
- +
+
+ +
+
- + + + - +
- -
+
- -
- FR - | - CA -
-
- - - - - +
+
\ No newline at end of file