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

View File

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