Accueil';
$nav .= 'Opérations';
$nav .= 'Gestion des comptes';
// À DÉCOMMENTER quand l'auth sera fonctionnelle :
// if (is_logged()) {
// $nav .= 'Planning';
// $nav .= 'Sauveteurs';
// }
// if (has_role('gestionnaire') || has_role('administration')) {
// $nav .= 'Gestion';
// }
// if (has_role('administration')) {
// $nav .= 'Admin';
// }
// if (is_logged()) {
// $nav .= 'Déconnexion';
// } else {
// $nav .= 'Connexion';
// }
// $session = 'Connecté : ' . htmlentities($_SESSION['login']) . ' (' . ($_SESSION['role'] ?: 'lecture') . ')';
$session = 'Non connecté';
$notif = '';
// if (!empty($_SESSION['notification'])) {
// $notif = '' . htmlentities($_SESSION['notification']) . '
';
// unset($_SESSION['notification']);
// }
?>
SSF - Gestion des sauveteurs
= $session ?>
= $notif ?>