From 345abc8dfab80bbc3a669416f3f2544ca85144b5 Mon Sep 17 00:00:00 2001 From: KONE SOREL Date: Mon, 22 Dec 2025 12:02:03 +0000 Subject: [PATCH] Val --- Vue/gabarit.php | 228 ++++++++++++++++-------------------------------- 1 file changed, 74 insertions(+), 154 deletions(-) diff --git a/Vue/gabarit.php b/Vue/gabarit.php index 6a23af7..ccfefed 100755 --- a/Vue/gabarit.php +++ b/Vue/gabarit.php @@ -149,8 +149,8 @@ console.groupEnd(); // Variables globales window.appConfig = { - activeParentId: '', - activeChildId: '', + activeParentId: '', + activeChildId: '', activeLink: '', racineWeb: '', baseUrl: '', @@ -162,6 +162,10 @@ console.groupEnd(); cssOverride: true }; + // Vérification + console.log('PHP: activeParentId =', ''); + console.log('PHP: activeLink =', ''); + // CORRECTION FORCÉE IMMÉDIATE if (window.appConfig.activeLink === 'Accueil') { console.warn('🔧 Correction: Accueil forcé en menu 0 (était: ' + window.appConfig.activeParentId + ')'); @@ -338,6 +342,10 @@ console.groupEnd();