diff --git a/Admin/Install/Navigation.install.json b/Admin/Install/Navigation.install.json index f10c65d..50243c6 100644 --- a/Admin/Install/Navigation.install.json +++ b/Admin/Install/Navigation.install.json @@ -5,7 +5,7 @@ "type": 2, "subtype": 1, "name": "Wiki", - "uri": "/{/lang}/backend/wiki/dashboard?{?}", + "uri": "{/lang}/backend/wiki/dashboard?{?}", "target": "self", "icon": null, "order": 50, @@ -19,7 +19,7 @@ "type": 3, "subtype": 1, "name": "Wiki", - "uri": "/{/lang}/backend/wiki/dashboard?{?}", + "uri": "{/lang}/backend/wiki/dashboard?{?}", "target": "self", "icon": null, "order": 1, @@ -34,7 +34,7 @@ "type": 3, "subtype": 1, "name": "Create", - "uri": "/{/lang}/backend/wiki/doc/create?{?}", + "uri": "{/lang}/backend/wiki/doc/create?{?}", "target": "self", "icon": null, "order": 5, @@ -49,7 +49,7 @@ "type": 3, "subtype": 1, "name": "Categories", - "uri": "/{/lang}/backend/wiki/category/list?{?}", + "uri": "{/lang}/backend/wiki/category/list?{?}", "target": "self", "icon": null, "order": 5, diff --git a/Theme/Backend/wiki-category-list.tpl.php b/Theme/Backend/wiki-category-list.tpl.php index 339c79e..b615f69 100644 --- a/Theme/Backend/wiki-category-list.tpl.php +++ b/Theme/Backend/wiki-category-list.tpl.php @@ -32,7 +32,7 @@ echo $this->getData('nav')->render();