This commit is contained in:
KONE SOREL 2026-02-03 12:54:36 +00:00
parent a723c1b652
commit b63e9d0071
3 changed files with 3 additions and 4 deletions

View File

@ -255,7 +255,7 @@
<div class="context-footer bg-light py-2 px-3 border-top">
<div class="d-flex justify-content-between align-items-center">
<small class="text-muted">© <?= date('Y') ?> INTER SANTÉ</small>
<small class="text-muted">© <?= date('Y') ?> INTER SANTE</small>
<div id="nbMessagesNonLus" class="badge bg-danger rounded-pill">
<i class="fas fa-envelope me-1"></i>
<span id="msgNonLus">0</span>

View File

@ -64,8 +64,7 @@ $retourVue = $infovue['lienRetour'];
<ol class="breadcrumb bg-white shadow-sm rounded-pill py-2 px-4 border-0">
<li class="breadcrumb-item">
<a href="<?= $retourVue; ?>"
class="text-decoration-none text-muted small d-flex align-items-center">
<i class="fas fa-arrow-left me-2"></i>
class="text-decoration-none text-muted small d-flex align-items-center text-uppercase">
<?= $titreRetour ?>
</a>
</li>

View File

@ -23,7 +23,7 @@
<div class="d-flex align-items-center">
<a class="logo d-flex align-items-center text-decoration-none me-4">
<img src="Bootstrap_new/images/new/favicon.png" alt="Logo INTER SANTÉ" class="img-fluid">
<span class="ms-2">INTER-SANTE</span>
<span class="ms-2">INTER SANTE</span>
</a>
<i class="fas fa-bars toggle-sidebar-btn" onclick="toggleSidebar()" style="cursor: pointer;"></i>