diff --git a/Admin/Install/Navigation.install.json b/Admin/Install/Navigation.install.json index 819dca2..c1e3ecc 100644 --- a/Admin/Install/Navigation.install.json +++ b/Admin/Install/Navigation.install.json @@ -5,7 +5,7 @@ "type": 2, "subtype": 1, "name": "Editor", - "uri": "/{/lang}/backend/editor/list?{?}", + "uri": "{/base}/{/lang}/backend/editor/list?{?}", "target": "self", "icon": null, "order": 75, @@ -19,7 +19,7 @@ "type": 3, "subtype": 1, "name": "List", - "uri": "/{/lang}/backend/editor/list?{?}", + "uri": "{/base}/{/lang}/backend/editor/list?{?}", "target": "self", "icon": null, "order": 1, @@ -34,7 +34,7 @@ "type": 3, "subtype": 5, "name": "Create", - "uri": "/{/lang}/backend/editor/create?{?}", + "uri": "{/base}/{/lang}/backend/editor/create?{?}", "target": "self", "icon": null, "order": 15, diff --git a/Theme/Backend/editor-list.tpl.php b/Theme/Backend/editor-list.tpl.php index f04667f..e06a095 100644 --- a/Theme/Backend/editor-list.tpl.php +++ b/Theme/Backend/editor-list.tpl.php @@ -40,7 +40,7 @@ echo $this->getData('nav')->render(); ?>