From 47e9b1e53242006bf21880047d5096b42e68b745 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Fri, 16 Jun 2023 19:32:49 +0200 Subject: [PATCH] Updated file header --- Admin/Install/Navigation.install.json | 4 ++-- Admin/Install/Navigation.php | 8 ++++---- Admin/Installer.php | 8 ++++---- Admin/Status.php | 8 ++++---- Admin/Uninstaller.php | 8 ++++---- Admin/Updater.php | 8 ++++---- Controller/BackendController.php | 8 ++++---- Controller/Controller.php | 8 ++++---- Models/PermissionState.php | 8 ++++---- Theme/Backend/Lang/Navigation.en.lang.php | 6 +++--- Theme/Backend/Lang/en.lang.php | 6 +++--- Theme/Backend/pl-dashboard.tpl.php | 6 +++--- 12 files changed, 43 insertions(+), 43 deletions(-) diff --git a/Admin/Install/Navigation.install.json b/Admin/Install/Navigation.install.json index ff71b26..22f1940 100644 --- a/Admin/Install/Navigation.install.json +++ b/Admin/Install/Navigation.install.json @@ -5,7 +5,7 @@ "type": 2, "subtype": 1, "name": "P&L", - "uri": "{/prefix}controlling/pl/dashboard?{?}", + "uri": "{/base}controlling/pl/dashboard?{?}", "target": "self", "icon": null, "order": 1, @@ -19,7 +19,7 @@ "type": 3, "subtype": 1, "name": "Dashboard", - "uri": "{/prefix}controlling/pl/dashboard?{?}", + "uri": "{/base}controlling/pl/dashboard?{?}", "target": "self", "icon": null, "order": 1, diff --git a/Admin/Install/Navigation.php b/Admin/Install/Navigation.php index 937f86c..99614a5 100644 --- a/Admin/Install/Navigation.php +++ b/Admin/Install/Navigation.php @@ -1,12 +1,12 @@