From 94e16a8d6acb9410c50d8d83f6709774c45129c7 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 ++-- Theme/backend/Lang/en.lang.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Theme/Backend/Lang/Navigation.en.lang.php b/Theme/Backend/Lang/Navigation.en.lang.php index 6610932..755d4e1 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' => [ 'Accounting' => 'Accounting', 'AccountPostings' => 'Account Postings', 'Balance' => 'Balance', @@ -25,4 +25,4 @@ $MODLANG['Navigation'] = [ 'Entries' => 'Entries', 'Postings' => 'Postings', 'Predefined' => 'Predefined', -]; +]]; diff --git a/Theme/backend/Lang/en.lang.php b/Theme/backend/Lang/en.lang.php index 021d988..d39665f 100644 --- a/Theme/backend/Lang/en.lang.php +++ b/Theme/backend/Lang/en.lang.php @@ -13,7 +13,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -$MODLANG['Accounting'] = [ +return ['Accounting' => [ 'Account' => 'Account', 'Accounts' => 'Accounts', 'BatchPostings' => 'Batch Postings', @@ -46,4 +46,4 @@ $MODLANG['Accounting'] = [ 'To' => 'To', 'Total' => 'Total', 'Type' => 'Type', -]; +]];