diff --git a/Admin/Install/Navigation.install.json b/Admin/Install/Navigation.install.json index 3330477..78f4fed 100644 --- a/Admin/Install/Navigation.install.json +++ b/Admin/Install/Navigation.install.json @@ -5,7 +5,7 @@ "type": 2, "subtype": 1, "name": "ProjectManagement", - "uri": "/{/lang}/backend/projectmanagement/list?{?}", + "uri": "{/lang}/backend/projectmanagement/list?{?}", "target": "self", "icon": null, "order": 60, @@ -19,7 +19,7 @@ "type": 3, "subtype": 1, "name": "List", - "uri": "/{/lang}/backend/projectmanagement/list?{?}", + "uri": "{/lang}/backend/projectmanagement/list?{?}", "target": "self", "icon": null, "order": 1, @@ -34,7 +34,7 @@ "type": 3, "subtype": 1, "name": "Create", - "uri": "/{/lang}/backend/projectmanagement/create?{?}", + "uri": "{/lang}/backend/projectmanagement/create?{?}", "target": "self", "icon": null, "order": 5, diff --git a/Theme/Backend/projectmanagement-list.tpl.php b/Theme/Backend/projectmanagement-list.tpl.php index 15d552a..e145636 100644 --- a/Theme/Backend/projectmanagement-list.tpl.php +++ b/Theme/Backend/projectmanagement-list.tpl.php @@ -35,7 +35,7 @@ echo $this->getData('nav')->render(); ?>