From a7643c36e253f53c9d542df3b67d9fe68c362d61 Mon Sep 17 00:00:00 2001 From: KONE SOREL Date: Fri, 30 Jan 2026 18:35:25 +0000 Subject: [PATCH] f --- Vue/gabarit.php | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) 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)); - ?>