diff --git a/Vue/gabarit.php b/Vue/gabarit.php index f499a8e..00cc46c 100755 --- a/Vue/gabarit.php +++ b/Vue/gabarit.php @@ -213,7 +213,14 @@ $photoAssureCrypte = $_SESSION['photoAssureCrypte']; + getInfosVue($_SESSION['vue']); + $descriptionVue = est_anglophone() ? $infovue['DescriptionEng'] : $infovue['Description']; + $retourVue = $infovue['lienRetour']; + + //var_dump(array("Descrip =" => $descriptionVue, "retour" => $retourVue)); + ?>
@@ -234,14 +241,14 @@ $photoAssureCrypte = $_SESSION['photoAssureCrypte']; - +
@@ -434,14 +441,6 @@ $photoAssureCrypte = $_SESSION['photoAssureCrypte'];
- getInfosVue($_SESSION['vue']); - - $descriptionVue = est_anglophone() ? $infovue['DescriptionEng'] : $infovue['Description']; - $retourVue = $infovue['lienRetour']; - - var_dump(array("Descrip =" => $descriptionVue, "retour" => $retourVue)); - ?>