newdesigngestionnaire/Vue/includes/header.php
2026-02-23 10:25:49 +00:00

17 lines
811 B
PHP

<header id="header" class="header fixed-top d-flex align-items-center">
<div class="d-flex align-items-center justify-content-between">
<a class="logo d-flex align-items-center text-decoration-none">
<img src="Bootstrap_new/images/new/favicon.png" alt="Logo" height="35">
<span class="ms-3 fw-bold text-dark fs-5">INTER SANTE</span>
</a>
<i class="bi bi-list toggle-sidebar-btn ms-4 fs-3 cursor-pointer"></i>
</div>
<div class="ms-auto d-flex align-items-center">
<button class="btn btn-light rounded-pill me-3 border-0 shadow-sm" id="showSideNav">
<i class="bi bi-layout-sidebar-reverse text-primary"></i> Context
</button>
<div class="initials me-3"><?= $_SESSION['userInitials_C'] ?></div>
</div>
</header>