diff --git a/Vue/gabarit.php b/Vue/gabarit.php index 017de7b..1de7f5c 100755 --- a/Vue/gabarit.php +++ b/Vue/gabarit.php @@ -217,7 +217,8 @@ $photoAssureCrypte = $_SESSION['photoAssureCrypte']; $infovue = $gabary->getInfosVue($_SESSION['vue']); $descriptionVue = est_anglophone() ? $infovue['DescriptionEng'] : $infovue['Description']; - $retourVue = $infovue['lienRetour']; + $titreRetour = est_anglophone() ? $infovue['titreRetourEng'] : $infovue['titreRetour']; + $retourVue = $infovue['lienRetour']; //var_dump(array("Descrip =" => $descriptionVue, "retour" => $retourVue)); ?> @@ -241,14 +242,13 @@ $photoAssureCrypte = $_SESSION['photoAssureCrypte']; -