This commit is contained in:
KONE SOREL 2026-01-16 17:10:00 +00:00
parent 1060d4bd1e
commit 6a8981d6b5
2 changed files with 3 additions and 1 deletions

View File

@ -13,6 +13,7 @@ class ControleurAjaxmenusprofil extends Controleur
public function index() public function index()
{ {
$codeProfil = $this->requete->getParametreFormulaire("codeProfil"); $codeProfil = $this->requete->getParametreFormulaire("codeProfil");
//
$menus = $this->utilisateur->getListeProfil($codeProfil); $menus = $this->utilisateur->getListeProfil($codeProfil);
$this->genererVueAjax(array( $this->genererVueAjax(array(

View File

@ -235,12 +235,13 @@ $photoAssureCrypte = $_SESSION['photoAssureCrypte'];
<!-- --> <!-- -->
<div class="header-controls"> <div class="header-controls">
<!-- Notifications --> <!-- Notifications
<button class="header-btn notification-btn" onclick="appNotifications().showMessagesModal()" <button class="header-btn notification-btn" onclick="appNotifications().showMessagesModal()"
aria-label="Notifications" title="<?= _('Voir les notifications') ?>"> aria-label="Notifications" title="<?= _('Voir les notifications') ?>">
<i class="bi bi-bell"></i> <i class="bi bi-bell"></i>
<span class="notification-badge" id="notificationCount" aria-live="polite">0</span> <span class="notification-badge" id="notificationCount" aria-live="polite">0</span>
</button> </button>
-->
<!-- Logo Assureur --> <!-- Logo Assureur -->
<div id="lienlogo"> <div id="lienlogo">