a
This commit is contained in:
parent
b67773b0ea
commit
61ba12c325
|
|
@ -33,6 +33,8 @@
|
|||
|
||||
$token = Csrf::generateToken();
|
||||
$_SESSION['csrf_token_submieted'] = $token;
|
||||
|
||||
$afficherLogo = $_SESSION['afficherLogo'];
|
||||
?>
|
||||
|
||||
<!doctype html>
|
||||
|
|
@ -480,15 +482,16 @@
|
|||
<a style="margin-left:10px; margin-right:10px;" class="nav-link nav-icon" href="#" data-bs-toggle="dropdown">
|
||||
<i class="bi bi-bell"></i>
|
||||
<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 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();">
|
||||
|
||||
<!-- <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>
|
||||
|
||||
</a>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user