diff --git a/Admin/Install/Navigation.install.json b/Admin/Install/Navigation.install.json index 5b8dfd4..625877c 100644 --- a/Admin/Install/Navigation.install.json +++ b/Admin/Install/Navigation.install.json @@ -5,7 +5,7 @@ "type": 2, "subtype": 1, "name": "Checklist", - "uri": "/{/lang}/backend/checklist/list?{?}", + "uri": "{/lang}/backend/checklist/list?{?}", "target": "self", "icon": null, "order": 65, @@ -19,7 +19,7 @@ "type": 3, "subtype": 1, "name": "List", - "uri": "/{/lang}/backend/checklist/list?{?}", + "uri": "{/lang}/backend/checklist/list?{?}", "target": "self", "icon": null, "order": 1, @@ -34,7 +34,7 @@ "type": 3, "subtype": 5, "name": "Templates", - "uri": "/{/lang}/backend/checklist/template/list?{?}", + "uri": "{/lang}/backend/checklist/template/list?{?}", "target": "self", "icon": null, "order": 5, @@ -49,7 +49,7 @@ "type": 3, "subtype": 5, "name": "CreateTemplate", - "uri": "/{/lang}/backend/checklist/template/create?{?}", + "uri": "{/lang}/backend/checklist/template/create?{?}", "target": "self", "icon": null, "order": 15, diff --git a/Theme/Backend/checklist-list.tpl.php b/Theme/Backend/checklist-list.tpl.php index a89c1e5..b232257 100644 --- a/Theme/Backend/checklist-list.tpl.php +++ b/Theme/Backend/checklist-list.tpl.php @@ -39,7 +39,7 @@ echo $this->getData('nav')->render(); ?>