diff --git a/Admin/Install/Navigation.install.json b/Admin/Install/Navigation.install.json index 41b8e3d..0bcf0a4 100644 --- a/Admin/Install/Navigation.install.json +++ b/Admin/Install/Navigation.install.json @@ -5,7 +5,7 @@ "type": 2, "subtype": 1, "name": "QA", - "uri": "/{/lang}/backend/qa/dashboard?{?}", + "uri": "{/lang}/backend/qa/dashboard?{?}", "target": "self", "icon": null, "order": 50, @@ -19,7 +19,7 @@ "type": 3, "subtype": 1, "name": "QA", - "uri": "/{/lang}/backend/qa/dashboard?{?}", + "uri": "{/lang}/backend/qa/dashboard?{?}", "target": "self", "icon": null, "order": 1, @@ -34,7 +34,7 @@ "type": 3, "subtype": 1, "name": "Create", - "uri": "/{/lang}/backend/qa/question/create?{?}", + "uri": "{/lang}/backend/qa/question/create?{?}", "target": "self", "icon": null, "order": 5, @@ -49,7 +49,7 @@ "type": 3, "subtype": 1, "name": "Badges", - "uri": "/{/lang}/backend/qa/badge/list?{?}", + "uri": "{/lang}/backend/qa/badge/list?{?}", "target": "self", "icon": null, "order": 10, diff --git a/Theme/Backend/qa-dashboard.tpl.php b/Theme/Backend/qa-dashboard.tpl.php index 93ec39d..39d885c 100644 --- a/Theme/Backend/qa-dashboard.tpl.php +++ b/Theme/Backend/qa-dashboard.tpl.php @@ -12,7 +12,7 @@ echo $this->getData('nav')->render(); ?> = $this->printHtml(count($question->getAnswers())); ?>