diff --git a/core/class/class_functions.php b/core/class/class_functions.php
index 1aa7f3f9bff3a7542fbafe01e5a891bb8cc19432..ee0e20c8e72e106e6dd0dff7d4c518e693317c84 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';
 
         }