version
This commit is contained in:
@@ -23,6 +23,12 @@ $companyDisplayName = htmlspecialchars($_SESSION['nomSociete'], ENT_QUOTES);
|
||||
$modeDev = $_SESSION['modeDev_C'];
|
||||
$imgData = $_SESSION['photoAssureCrypte'];
|
||||
|
||||
$infovue = $gabary->getInfosVue($_SESSION['vue']);
|
||||
|
||||
$_SESSION['descriptionVue'] = est_anglophone() ? $infovue['DescriptionEng'] : $infovue['Description'];
|
||||
$_SESSION['titreRetour'] = est_anglophone() ? $infovue['titreRetourEng'] : $infovue['titreRetour'];
|
||||
$_SESSION['retourVue'] = $infovue['lienRetour'];
|
||||
|
||||
// Pour l'exemple, on désactive le mode test, mais vous pouvez le laisser dynamique
|
||||
$_SESSION['bdTests_C'] = "0";
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user