var
This commit is contained in:
parent
e6e36c1c9a
commit
4577a31764
|
|
@ -60,14 +60,6 @@ $activeChildId = $menuData['child'];
|
|||
$imgData = $_SESSION['photoAssureCrypte'];
|
||||
$photoAssureCrypte = $_SESSION['photoAssureCrypte'];
|
||||
|
||||
|
||||
$infovue = $gabary->getInfosVue($_SESSION['vue']);
|
||||
|
||||
$descriptionVue = est_anglophone() ? $infovue['DescriptionEng'] : $infovue['Description'];
|
||||
$retourVue = $infovue['lienRetour'];
|
||||
|
||||
var_dump(array("Descrip =" => $descriptionVue, "retour" => $retourVue));
|
||||
|
||||
?>
|
||||
|
||||
|
||||
|
|
@ -148,7 +140,7 @@ var_dump(array("Descrip =" => $descriptionVue, "retour" => $retourVue));
|
|||
|
||||
<!-- ============================================
|
||||
SCRIPTS ET CONFIGURATION
|
||||
============================================ -->
|
||||
============================================ -->
|
||||
|
||||
<script>
|
||||
// Mode développeur
|
||||
|
|
@ -401,6 +393,15 @@ var_dump(array("Descrip =" => $descriptionVue, "retour" => $retourVue));
|
|||
</nav>
|
||||
</aside>
|
||||
|
||||
<?php
|
||||
$infovue = $gabary->getInfosVue($_SESSION['vue']);
|
||||
|
||||
$descriptionVue = est_anglophone() ? $infovue['DescriptionEng'] : $infovue['Description'];
|
||||
$retourVue = $infovue['lienRetour'];
|
||||
|
||||
var_dump(array("Descrip =" => $descriptionVue, "retour" => $retourVue));
|
||||
?>
|
||||
|
||||
<!-- Main Content -->
|
||||
<main class="app-main" id="mainContent">
|
||||
<INPUT class="sr-only" TYPE="text" id="vue" name="vue" value="<?= isset($_SESSION['vue']) ? $_SESSION['vue'] : ""; ?>">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user