This commit is contained in:
KONE SOREL 2025-12-25 19:01:08 +00:00
parent 1b70a008ef
commit 7088f00b64

View File

@ -242,7 +242,7 @@ console.groupEnd();
</button>
<a href="Accueil" class="app-logo">
<img src="Bootstrap_new/images/new/favicon.png" alt="INTER-SANTE" width="36" height="36">
<img src="/Bootstrap_new/images/new/favicon.png" alt="INTER-SANTE" width="36" height="36">
<span class="ms-2">INTER-SANTE</span>
</a>
@ -254,12 +254,12 @@ console.groupEnd();
<?php endif; ?>
</div>
<!-- -->
<!-- -->
<div class="header-controls">
<!-- Notifications -->
<button class="header-btn notification-btn" onclick="appNotifications().showMessagesModal()"
aria-label="Notifications" title="<?= _('Voir les notifications') ?>">
<i class="bi bi-bell"></i>
<i class="bi bi-bell" style="font-size:12pt;"></i>
<span class="notification-badge" id="notificationCount" aria-live="polite">0</span>
</button>