This commit is contained in:
KONE SOREL 2026-02-25 16:25:49 +00:00
parent f32544b9fc
commit 5027a8e50a

View File

@ -33,8 +33,8 @@ if ($_SESSION['bdTests_C'] == '1') {
<nav aria-label="breadcrumb" class="flex-grow-1 d-none d-md-block">
<ol class="breadcrumb mb-0">
<?php if (!empty($_SESSION['retourVue'])): ?>
<li class="breadcrumb-item">
<a href="<?= $_SESSION['retourVue'] ?>" class="d-flex align-items-center gap-1">
<li class="breadcrumb-item me-2">
<a href="<?= $_SESSION['retourVue'] ?>" class="d-flex align-items-center gap-1 text-uppercase">
<i class="fas fa-arrow-left" style="font-size:0.65rem;"></i>
<?= htmlspecialchars($_SESSION['titreRetour'], ENT_QUOTES) ?>
</a>