This commit is contained in:
KONE SOREL 2026-01-30 18:35:25 +00:00
parent 0f84f39a0b
commit a7643c36e2

View File

@ -213,7 +213,14 @@ $photoAssureCrypte = $_SESSION['photoAssureCrypte'];
<meta name="twitter:description" content="Portail RH de gestion santé"> <meta name="twitter:description" content="Portail RH de gestion santé">
<meta name="twitter:image" content="<?= $racineWeb ?>Bootstrap_new/images/new/favicon.png"> <meta name="twitter:image" content="<?= $racineWeb ?>Bootstrap_new/images/new/favicon.png">
</head> </head>
<?php
$infovue = $gabary->getInfosVue($_SESSION['vue']);
$descriptionVue = est_anglophone() ? $infovue['DescriptionEng'] : $infovue['Description'];
$retourVue = $infovue['lienRetour'];
//var_dump(array("Descrip =" => $descriptionVue, "retour" => $retourVue));
?>
<body> <body>
<!-- Header --> <!-- Header -->
<header class="app-header"> <header class="app-header">
@ -234,14 +241,14 @@ $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 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"><?= strtoupper($retourVue) ?></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($descriptionVue) ?></li>
</ol> </ol>
</nav> </nav>
-->
<!-- --> <!-- -->
<div class="header-controls"> <div class="header-controls">
@ -434,14 +441,6 @@ $photoAssureCrypte = $_SESSION['photoAssureCrypte'];
<div class="card-body"> <div class="card-body">
<div id="contenu"> <div id="contenu">
<div id="div_test_gabarit"></div> <div id="div_test_gabarit"></div>
<?php
$infovue = $gabary->getInfosVue($_SESSION['vue']);
$descriptionVue = est_anglophone() ? $infovue['DescriptionEng'] : $infovue['Description'];
$retourVue = $infovue['lienRetour'];
var_dump(array("Descrip =" => $descriptionVue, "retour" => $retourVue));
?>
<?= $contenu ?> <?= $contenu ?>
</div> </div>
</div> </div>