From 58df7357a65b8045deabc9c21675f77baac260e8 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 673a051..a5a347a 100644 --- a/Theme/Backend/Lang/Navigation.en.lang.php +++ b/Theme/Backend/Lang/Navigation.en.lang.php @@ -13,8 +13,8 @@ * @version 1.0.0 * @link http://orange-management.com */ -$MODLANG['Navigation'] = [ +return ['Navigation' => [ 'List' => 'List', 'Profile' => 'Profile', 'Profiles' => 'Profiles', -]; +]];