diff --git a/Admin/Install/Navigation.install.json b/Admin/Install/Navigation.install.json index 56970f8..2d968ad 100644 --- a/Admin/Install/Navigation.install.json +++ b/Admin/Install/Navigation.install.json @@ -5,7 +5,7 @@ "type": 2, "subtype": 1, "name": "News", - "uri": "/{/lang}/backend/news/dashboard?{?}", + "uri": "{/lang}/backend/news/dashboard?{?}", "target": "self", "icon": null, "order": 40, @@ -19,7 +19,7 @@ "type": 3, "subtype": 1, "name": "News", - "uri": "/{/lang}/backend/news/dashboard?{?}", + "uri": "{/lang}/backend/news/dashboard?{?}", "target": "self", "icon": null, "order": 1, @@ -34,7 +34,7 @@ "type": 3, "subtype": 1, "name": "Archive", - "uri": "/{/lang}/backend/news/archive?{?}", + "uri": "{/lang}/backend/news/archive?{?}", "target": "self", "icon": null, "order": 5, @@ -49,7 +49,7 @@ "type": 3, "subtype": 1, "name": "Create", - "uri": "/{/lang}/backend/news/create?{?}", + "uri": "{/lang}/backend/news/create?{?}", "target": "self", "icon": null, "order": 10, @@ -64,7 +64,7 @@ "type": 3, "subtype": 1, "name": "Draft", - "uri": "/{/lang}/backend/news/draft/list?{?}", + "uri": "{/lang}/backend/news/draft/list?{?}", "target": "self", "icon": null, "order": 15, diff --git a/Theme/Backend/dashboard-news.tpl.php b/Theme/Backend/dashboard-news.tpl.php index fd33d46..04064e4 100644 --- a/Theme/Backend/dashboard-news.tpl.php +++ b/Theme/Backend/dashboard-news.tpl.php @@ -27,7 +27,7 @@ $newsList = $this->getData('news');