From 618854ec1da4afb020a25e80e9f5bb183edf6433 Mon Sep 17 00:00:00 2001 From: "florian.azizian" <florian.azizian@maarch.org> Date: Thu, 6 Dec 2018 15:28:25 +0100 Subject: [PATCH] FEAT #8934 add nl lang --- core/class/class_functions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/class/class_functions.php b/core/class/class_functions.php index 1aa7f3f9bff..ee0e20c8e72 100755 --- a/core/class/class_functions.php +++ b/core/class/class_functions.php @@ -405,7 +405,7 @@ class functions { //INIT LOCATION BAR if (empty($_SESSION['location_bar_label'])) { - $_SESSION['location_bar_label'][0] = "Accueil"; + $_SESSION['location_bar_label'][0] = _WELCOME_TITLE; $_SESSION['location_bar_path'][0] = 'index.php?reinit=true'; } if (!empty($level)) { //IF USER CLICKED ON LOCATION BAR @@ -425,7 +425,7 @@ class functions array_shift($_SESSION['location_bar_label']); array_shift($_SESSION['location_bar_path']); - $_SESSION['location_bar_label'][0] = "Accueil"; + $_SESSION['location_bar_label'][0] = _WELCOME_TITLE; $_SESSION['location_bar_path'][0] = 'index.php?reinit=true'; } -- GitLab