This commit is contained in:
KANE LAZENI 2026-07-20 12:39:16 +00:00
parent 80bd7ad99f
commit a323d60f66

View File

@ -437,8 +437,6 @@
}
ini_set('log_errors', 1);
ini_set('error_log', __DIR__ . '/logs/error.log');
//var_dump($style);
?>
<!-- ======= Header ======= -->
@ -465,7 +463,7 @@
<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>
@ -646,11 +644,13 @@
<?php endif; ?>
<?php
/*
var_dump(
array(
"afficherLogo" => $_SESSION['p_afficherLogo'],
)
);
*/
?>
</div>