From 9dc70af48b0bcbf45345625492cfe0fb5ed1dc83 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 9 Apr 2016 10:43:09 +0200 Subject: [PATCH] Fixing remaining bugs for route-restructure --- Theme/Backend/Lang/Navigation.en.lang.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Theme/Backend/Lang/Navigation.en.lang.php b/Theme/Backend/Lang/Navigation.en.lang.php index 572764c..e5eb586 100644 --- a/Theme/Backend/Lang/Navigation.en.lang.php +++ b/Theme/Backend/Lang/Navigation.en.lang.php @@ -13,7 +13,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -$MODLANG['Navigation'] = [ +return ['Navigation' => [ 'Departments' => 'Departments', 'Employees' => 'Employees', 'HumanResources' => 'Human Resources', @@ -24,4 +24,4 @@ $MODLANG['Navigation'] = [ 'Shifts' => 'Shifts', 'Staff' => 'Staff', 'Structure' => 'Structure', -]; +]];