diff --git a/Vue/gabarit.php b/Vue/gabarit.php index d4662c12..fc940131 100755 --- a/Vue/gabarit.php +++ b/Vue/gabarit.php @@ -29,31 +29,38 @@ $_SESSION['descriptionVue'] = est_anglophone() ? $infovue['DescriptionEng'] : $i $_SESSION['titreRetour'] = est_anglophone() ? $infovue['titreRetourEng'] : $infovue['titreRetour']; $_SESSION['retourVue'] = $infovue['lienRetour']; -// Pour l'exemple, on désactive le mode test, mais vous pouvez le laisser dynamique + +// Récupérer les menus +$menus = $gabary->get_menus($_SESSION['profil']); +$menusvue = $gabary->get_menus_vue($_SESSION['vue'], $_SESSION['profil']); + +// Pour l'exemple, on désactive le mode test $_SESSION['bdTests_C'] = "0"; ?> + + + + - + - - + + -
- + +
+ +
-
- -
-
+ + + - - - - + \ No newline at end of file diff --git a/Vue/includes/main-navigation.php b/Vue/includes/main-navigation.php index 2e7e59d4..c9d84a1b 100644 --- a/Vue/includes/main-navigation.php +++ b/Vue/includes/main-navigation.php @@ -1,26 +1,22 @@ - -
- - - - - - - - - -
+ + + + + + + + + + - -
- - -
-
\ No newline at end of file + + + +
+ +
+ + + + + + + +
+
+ + + \ No newline at end of file diff --git a/Vue/includes/scripts-footer.php b/Vue/includes/scripts-footer.php index b5d1b7b0..07d5cc7f 100644 --- a/Vue/includes/scripts-footer.php +++ b/Vue/includes/scripts-footer.php @@ -8,30 +8,30 @@ $version = date('YmdHi'); - - - + + + - + - - - + + + - - + + - + - + - + @@ -40,7 +40,7 @@ $version = date('YmdHi'); - +