Fixing remaining bugs for route-restructure

This commit is contained in:
Dennis Eichhorn 2016-04-09 10:43:09 +02:00
parent d1c8fe35fa
commit 9dc70af48b

View File

@ -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',
];
]];