diff --git a/Controleur/ControleurAjaxmenusprofil.php b/Controleur/ControleurAjaxmenusprofil.php index 8a0cb11..ee295a2 100755 --- a/Controleur/ControleurAjaxmenusprofil.php +++ b/Controleur/ControleurAjaxmenusprofil.php @@ -13,6 +13,7 @@ class ControleurAjaxmenusprofil extends Controleur public function index() { $codeProfil = $this->requete->getParametreFormulaire("codeProfil"); + // $menus = $this->utilisateur->getListeProfil($codeProfil); $this->genererVueAjax(array( diff --git a/Vue/gabarit.php b/Vue/gabarit.php index 4f3122c..4e8a84d 100755 --- a/Vue/gabarit.php +++ b/Vue/gabarit.php @@ -235,12 +235,13 @@ $photoAssureCrypte = $_SESSION['photoAssureCrypte'];
- +