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(); ?> printHtml(count($question->getAnswers())); ?>
- printHtml($question->getName()); ?> + printHtml($question->getName()); ?>
diff --git a/Theme/Backend/qa-question.tpl.php b/Theme/Backend/qa-question.tpl.php index 1635e6c..e562784 100644 --- a/Theme/Backend/qa-question.tpl.php +++ b/Theme/Backend/qa-question.tpl.php @@ -13,7 +13,7 @@ echo $this->getData('nav')->render(); printHtml($question->getQuestion()); ?>
- <?= $this->getHtml('AccountImage', 0, 0); ?> + <?= $this->getHtml('AccountImage', 0, 0); ?>
diff --git a/Theme/Backend/qa-tag-list.tpl.php b/Theme/Backend/qa-tag-list.tpl.php index d554023..eaa5dc2 100644 --- a/Theme/Backend/qa-tag-list.tpl.php +++ b/Theme/Backend/qa-tag-list.tpl.php @@ -32,7 +32,7 @@ echo $this->getData('nav')->render(); $value) : $c++; - $url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/admin/account/settings?{?}&id=' . $value->getId()); ?> + $url = \phpOMS\Uri\UriFactory::build('{/lang}/backend/admin/account/settings?{?}&id=' . $value->getId()); ?> printHtml($value->getId()); ?> printHtml($value->getName()); ?>