- = $contenu ?>
-
- 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"; ?> + + + +
- + - - + + -