This commit is contained in:
KANE LAZENI 2026-07-20 12:11:02 +00:00
parent b67773b0ea
commit 61ba12c325

View File

@ -33,6 +33,8 @@
$token = Csrf::generateToken(); $token = Csrf::generateToken();
$_SESSION['csrf_token_submieted'] = $token; $_SESSION['csrf_token_submieted'] = $token;
$afficherLogo = $_SESSION['afficherLogo'];
?> ?>
<!doctype html> <!doctype html>
@ -480,15 +482,16 @@
<a style="margin-left:10px; margin-right:10px;" class="nav-link nav-icon" href="#" data-bs-toggle="dropdown"> <a style="margin-left:10px; margin-right:10px;" class="nav-link nav-icon" href="#" data-bs-toggle="dropdown">
<i class="bi bi-bell"></i> <i class="bi bi-bell"></i>
<span id="span_notification" title="<?= _("Notification");?>" class="badge bg-primary badge-number" onclick="javascript:pop_messagerie();">0</span> <span id="span_notification" title="<?= _("Notification");?>" class="badge bg-primary badge-number" onclick="javascript:pop_messagerie();">0</span>
</a><!-- End Notification Icon --> </a>
</li> </li>
<li class="nav-item"> <li class="nav-item">
<a title="<?= _("Gestionnaire d'assurance santé");?>" style="margin-left:10px; margin-right:10px;" class="nav-link nav-icon" href="javascript:infos_entite();"> <a title="<?= _("Gestionnaire d'assurance santé");?>" style="margin-left:10px; margin-right:10px;" class="nav-link nav-icon" href="javascript:infos_entite();">
<!-- <img src="<?= $_SESSION['lienLogo'] ?>" alt="Profile" style="width:100px;max-height: 60px;"> -->
<img src="<?= $_SESSION['lienLogo'] ?>" alt="Profile" style="max-height: 60px;">
<?php if ($afficherLogo=="1"): ?>
<img src="<?= $_SESSION['lienLogo'] ?>" alt="Profile" style="max-height: 60px;">
<?php endif; ?>
<span > <?=$companyDisplayName?> </span> <span > <?=$companyDisplayName?> </span>
</a> </a>