From 36264a17db377ca8108893a5b4acb27d98a725af Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Fri, 16 Jun 2023 19:32:53 +0200 Subject: [PATCH] Updated file header --- Admin/Install/Navigation.install.json | 6 +++--- 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/api.en.lang.php | 6 +++--- Theme/Backend/Lang/en.lang.php | 6 +++--- Theme/Backend/rnd-create.tpl.php | 6 +++--- Theme/Backend/rnd-list.tpl.php | 6 +++--- 14 files changed, 50 insertions(+), 50 deletions(-) diff --git a/Admin/Install/Navigation.install.json b/Admin/Install/Navigation.install.json index 75c1001..52ad323 100644 --- a/Admin/Install/Navigation.install.json +++ b/Admin/Install/Navigation.install.json @@ -19,7 +19,7 @@ "type": 2, "subtype": 1, "name": "Projects", - "uri": "{/prefix}rnd/list", + "uri": "{/base}rnd/list", "target": "self", "icon": null, "order": 1, @@ -33,7 +33,7 @@ "type": 3, "subtype": 1, "name": "List", - "uri": "{/prefix}rnd/list", + "uri": "{/base}rnd/list", "target": "self", "icon": null, "order": 1, @@ -48,7 +48,7 @@ "type": 3, "subtype": 1, "name": "Create", - "uri": "{/prefix}rnd/create?{?}", + "uri": "{/base}rnd/create?{?}", "target": "self", "icon": null, "order": 5, diff --git a/Admin/Install/Navigation.php b/Admin/Install/Navigation.php index 4d1c42a..2ee966f 100644 --- a/Admin/Install/Navigation.php +++ b/Admin/Install/Navigation.php @@ -1,12 +1,12 @@