val
This commit is contained in:
parent
1fb2096dbf
commit
e6e36c1c9a
|
|
@ -60,14 +60,14 @@ $activeChildId = $menuData['child'];
|
||||||
$imgData = $_SESSION['photoAssureCrypte'];
|
$imgData = $_SESSION['photoAssureCrypte'];
|
||||||
$photoAssureCrypte = $_SESSION['photoAssureCrypte'];
|
$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'];
|
||||||
$retourVue = $infovue['lienRetour'];
|
$retourVue = $infovue['lienRetour'];
|
||||||
|
|
||||||
var_dump(array("Descrip =" => $descriptionVue, "retour" => $retourVue));
|
var_dump(array("Descrip =" => $descriptionVue, "retour" => $retourVue));
|
||||||
*/
|
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -242,12 +242,14 @@ var_dump(array("Descrip =" => $descriptionVue, "retour" => $retourVue));
|
||||||
<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 rounded-pill">
|
||||||
<li class="breadcrumb-item small"><a href="#" class="text-decoration-none text-muted">INTER SANTE</a></li>
|
<li class="breadcrumb-item small"><a href="#" class="text-decoration-none text-muted">INTER SANTE</a></li>
|
||||||
<li class="breadcrumb-item small text-primary fw-bold active"><?= strtoupper($activeLevel1) ?></li>
|
<li class="breadcrumb-item small text-primary fw-bold active"><?= strtoupper($activeLevel1) ?></li>
|
||||||
</ol>
|
</ol>
|
||||||
</nav>
|
</nav>
|
||||||
|
-->
|
||||||
|
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<div class="header-controls">
|
<div class="header-controls">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user