This commit is contained in:
KONE SOREL 2026-02-04 16:15:23 +00:00
parent c356b63d9b
commit a84d647af3

View File

@ -219,8 +219,6 @@ $photoAssureCrypte = $_SESSION['photoAssureCrypte'];
$descriptionVue = est_anglophone() ? $infovue['DescriptionEng'] : $infovue['Description']; $descriptionVue = est_anglophone() ? $infovue['DescriptionEng'] : $infovue['Description'];
$titreRetour = est_anglophone() ? $infovue['titreRetourEng'] : $infovue['titreRetour']; $titreRetour = est_anglophone() ? $infovue['titreRetourEng'] : $infovue['titreRetour'];
$retourVue = $infovue['lienRetour']; $retourVue = $infovue['lienRetour'];
//var_dump(array("Descrip =" => $descriptionVue, "retour" => $retourVue));
?> ?>
<body> <body>
<!-- Header --> <!-- Header -->
@ -238,7 +236,7 @@ $photoAssureCrypte = $_SESSION['photoAssureCrypte'];
<span>MODE TEST</span> <span>MODE TEST</span>
</div> </div>
<?php endif; ?> <?php endif; ?>
<!-- -->
<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>
@ -368,7 +366,7 @@ $photoAssureCrypte = $_SESSION['photoAssureCrypte'];
data-label="<?= htmlspecialchars($menuParent['libeleMenu']) ?>"> data-label="<?= htmlspecialchars($menuParent['libeleMenu']) ?>">
<i class="<?= $menuParent['icone'] ?>"></i> <i class="<?= $menuParent['icone'] ?>"></i>
<span class="nav-text"><?= $menuParent['libeleMenu'] ?></span> <span class="nav-text"><?= $menuParent['libeleMenu'] ?></span>
<i class="bi bi-chevron-down ms-auto"></i> <i class="bi bi-chevron-right ms-auto"></i>
</a> </a>
<div class="nav-submenu collapse <?= $shouldBeOpen ? 'show' : '' ?>" <div class="nav-submenu collapse <?= $shouldBeOpen ? 'show' : '' ?>"