This commit is contained in:
KONE SOREL 2026-01-31 11:31:11 +00:00
parent de420bc554
commit 14c2796e1b

View File

@ -217,7 +217,8 @@ $photoAssureCrypte = $_SESSION['photoAssureCrypte'];
$infovue = $gabary->getInfosVue($_SESSION['vue']);
$descriptionVue = est_anglophone() ? $infovue['DescriptionEng'] : $infovue['Description'];
$retourVue = $infovue['lienRetour'];
$titreRetour = est_anglophone() ? $infovue['titreRetourEng'] : $infovue['titreRetour'];
$retourVue = $infovue['lienRetour'];
//var_dump(array("Descrip =" => $descriptionVue, "retour" => $retourVue));
?>
@ -241,14 +242,13 @@ $photoAssureCrypte = $_SESSION['photoAssureCrypte'];
<i class="bi bi-list toggle-sidebar-btn" onclick="toggleSidebar()" style="cursor: pointer;"></i>
</div>
<!--
<nav aria-label="breadcrumb" class="mb-4">
<ol class="breadcrumb shadow-sm bg-white p-2 px-3 rounded-pill">
<li class="breadcrumb-item small"><a href="#" class="text-decoration-none text-muted"><?= strtoupper($retourVue) ?></a></li>
<li class="breadcrumb-item small text-primary fw-bold active"><?= strtoupper($descriptionVue) ?></li>
<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 text-primary fw-bold active text-uppercase"><?= $descriptionVue ?></li>
</ol>
</nav>
-->
<div class="header-controls">
<!-- Notifications