This commit is contained in:
KONE SOREL 2026-02-18 16:03:17 +00:00
parent 7ba27e936b
commit 4f91d51a9f

View File

@ -244,7 +244,12 @@ $photoAssureCrypte = $_SESSION['photoAssureCrypte'];
<nav aria-label="breadcrumb" class="mt-4">
<ol class="breadcrumb shadow-sm bg-white p-2 px-3">
<li class="breadcrumb-item small"><a href="<?= $retourVue;?>" class="text-decoration-none text-muted text-uppercase"><?= $titreRetour ?></a></li>
<li class="breadcrumb-item small">
<a href="<?= $retourVue;?>" class="text-decoration-none text-muted text-uppercase">
<i class="fas fa-arrow-left"></i>
<?= $titreRetour ?>
</a>
</li>
<li class="breadcrumb-item small text-primary fw-bold active text-uppercase"><?= $descriptionVue ?></li>
</ol>
</nav>