diff --git a/Vue/gabarit_new_design_2026_02_14.php b/Vue/gabarit_new_design_2026_02_14.php new file mode 100755 index 00000000..f5e92263 --- /dev/null +++ b/Vue/gabarit_new_design_2026_02_14.php @@ -0,0 +1,432 @@ +get_full_path($activeLink); +$fullPath = explode("\ ", $fullPath); + +$activeLevel1 = $activeLink; +$activeLevel2 = sizeof($fullPath) > 1 ? $fullPath[1] : ''; +$activeLevel3 = sizeof($fullPath) > 2 ? $fullPath[2] : ''; +$activeLevel4 = sizeof($fullPath) > 3 ? $fullPath[3] : ''; +$activeLevel5 = sizeof($fullPath) > 4 ? $fullPath[4] : ''; + +$_SESSION['firstLevelMenu'] = $activeLink; + +const MAX_COMPANY_NAME_LENGTH = 20; + +$companyDisplayName = htmlspecialchars($_SESSION['nomSociete'], ENT_QUOTES); +$modeDev = $_SESSION['modeDev_C']; +$imgData = $_SESSION['photoAssureCrypte']; + +// Get breadcrumb info +$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']; +?> + + + + + + + + + + + + +
+ + + + + +
+ + + + + + + + + + 0): ?> +
+ +
+ + +
+ +
+
+
+ +
+
+
+
+ + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+ +
+
+ + \ No newline at end of file