dd
This commit is contained in:
parent
1060d4bd1e
commit
6a8981d6b5
|
|
@ -13,6 +13,7 @@ class ControleurAjaxmenusprofil extends Controleur
|
|||
public function index()
|
||||
{
|
||||
$codeProfil = $this->requete->getParametreFormulaire("codeProfil");
|
||||
//
|
||||
$menus = $this->utilisateur->getListeProfil($codeProfil);
|
||||
|
||||
$this->genererVueAjax(array(
|
||||
|
|
|
|||
|
|
@ -235,12 +235,13 @@ $photoAssureCrypte = $_SESSION['photoAssureCrypte'];
|
|||
|
||||
<!-- -->
|
||||
<div class="header-controls">
|
||||
<!-- Notifications -->
|
||||
<!-- Notifications
|
||||
<button class="header-btn notification-btn" onclick="appNotifications().showMessagesModal()"
|
||||
aria-label="Notifications" title="<?= _('Voir les notifications') ?>">
|
||||
<i class="bi bi-bell"></i>
|
||||
<span class="notification-badge" id="notificationCount" aria-live="polite">0</span>
|
||||
</button>
|
||||
-->
|
||||
|
||||
<!-- Logo Assureur -->
|
||||
<div id="lienlogo">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user