From 71c0efb5bb1ba22b683d87256dd759b0af59c2ce Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Mon, 11 Feb 2019 11:38:15 +0100 Subject: [PATCH] Fix absolute path to relative paths --- Admin/Install/Navigation.install.json | 4 ++-- Theme/Backend/calendar-dashboard.tpl.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Admin/Install/Navigation.install.json b/Admin/Install/Navigation.install.json index d143c61..a738ca1 100644 --- a/Admin/Install/Navigation.install.json +++ b/Admin/Install/Navigation.install.json @@ -5,7 +5,7 @@ "type": 1, "subtype": 1, "name": "Calendar", - "uri": "/{/lang}/backend/calendar/dashboard?{?}", + "uri": "{/lang}/backend/calendar/dashboard?{?}", "target": "self", "icon": "fa fa-calendar", "order": 10, @@ -20,7 +20,7 @@ "type": 2, "subtype": 1, "name": "Calendar", - "uri": "/{/lang}/backend/calendar/dashboard?{?}", + "uri": "{/lang}/backend/calendar/dashboard?{?}", "target": "self", "icon": null, "order": 30, diff --git a/Theme/Backend/calendar-dashboard.tpl.php b/Theme/Backend/calendar-dashboard.tpl.php index 6f25727..64250b8 100644 --- a/Theme/Backend/calendar-dashboard.tpl.php +++ b/Theme/Backend/calendar-dashboard.tpl.php @@ -5,8 +5,8 @@ $calendar = $this->getData('calendar');