diff --git a/Admin/Install/Application/QA/info.json b/Admin/Install/Application/QA/info.json
index 449489a..5bafc76 100755
--- a/Admin/Install/Application/QA/info.json
+++ b/Admin/Install/Application/QA/info.json
@@ -12,7 +12,7 @@
},
"creator": {
"name": "Karaka",
- "website": "www.spl1nes.com"
+ "website": "jingga.app"
},
"description": "The shop application.",
"directory": "Shop",
diff --git a/Admin/Install/Navigation.install.json b/Admin/Install/Navigation.install.json
index b49e473..954db48 100755
--- a/Admin/Install/Navigation.install.json
+++ b/Admin/Install/Navigation.install.json
@@ -5,7 +5,7 @@
"type": 2,
"subtype": 1,
"name": "QA",
- "uri": "{/prefix}qa/dashboard?{?}",
+ "uri": "{/lang}/{/app}/qa/dashboard?{?}",
"target": "self",
"icon": null,
"order": 50,
@@ -19,7 +19,7 @@
"type": 3,
"subtype": 1,
"name": "QA",
- "uri": "{/prefix}qa/dashboard?{?}",
+ "uri": "{/lang}/{/app}/qa/dashboard?{?}",
"target": "self",
"icon": null,
"order": 1,
@@ -34,7 +34,7 @@
"type": 3,
"subtype": 1,
"name": "Create",
- "uri": "{/prefix}qa/question/create?{?}",
+ "uri": "{/lang}/{/app}/qa/question/create?{?}",
"target": "self",
"icon": null,
"order": 5,
@@ -49,7 +49,7 @@
"type": 3,
"subtype": 1,
"name": "Badges",
- "uri": "{/prefix}qa/badge/list",
+ "uri": "{/lang}/{/app}/qa/badge/list",
"target": "self",
"icon": null,
"order": 10,
diff --git a/Admin/Settings/Theme/Backend/settings.tpl.php b/Admin/Settings/Theme/Backend/settings.tpl.php
index f0e821f..5fd148b 100755
--- a/Admin/Settings/Theme/Backend/settings.tpl.php
+++ b/Admin/Settings/Theme/Backend/settings.tpl.php
@@ -57,7 +57,7 @@ echo $this->getData('nav')->render(); ?>
$app) : ++$count;
- $url = UriFactory::build('admin/module/settings?id=QA&app=' . $app->id); ?>
+ $url = UriFactory::build('{/lang}/{/app}/admin/module/settings?id=QA&app=' . $app->id); ?>
| = $app->getId(); ?>
| = $this->printHtml($app->name); ?>
diff --git a/Theme/Backend/qa-dashboard.tpl.php b/Theme/Backend/qa-dashboard.tpl.php
index 3552309..16879f9 100755
--- a/Theme/Backend/qa-dashboard.tpl.php
+++ b/Theme/Backend/qa-dashboard.tpl.php
@@ -51,7 +51,7 @@ echo $this->getData('nav')->render(); ?>
@@ -62,10 +62,10 @@ echo $this->getData('nav')->render(); ?>
-
+
= $this->printHtml($question->createdBy->account->name2); ?> = $this->printHtml($question->createdBy->account->name1); ?>
createdBy->image !== null && !($question->createdBy->image instanceof NullMedia)) : ?>
-
+
diff --git a/Theme/Backend/qa-question.tpl.php b/Theme/Backend/qa-question.tpl.php
index 35f9dab..4605b1c 100755
--- a/Theme/Backend/qa-question.tpl.php
+++ b/Theme/Backend/qa-question.tpl.php
@@ -75,17 +75,17 @@ echo $this->getData('nav')->render();
getMedia(); foreach ($files as $file) : ?>
- = $file->name; ?>
+ = $file->name; ?>
-
+
= $this->printHtml($question->createdBy->account->name2); ?> = $this->printHtml($question->createdBy->account->name1); ?>
Score: = $scores[$question->createdBy->account->getId()] ?? 0; ?>
createdBy->image !== null && !($question->createdBy->image instanceof NullMedia)) : ?>
-
+
@@ -147,16 +147,16 @@ echo $this->getData('nav')->render();
diff --git a/Theme/Backend/qa-tag-list.tpl.php b/Theme/Backend/qa-tag-list.tpl.php
index 6cb1720..2592bbc 100755
--- 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('admin/account/settings?{?}&id=' . $value->getId()); ?>
+ $url = \phpOMS\Uri\UriFactory::build('{/lang}/{/app}/admin/account/settings?{?}&id=' . $value->getId()); ?>
| = $value->getId(); ?>
| = $this->printHtml($value->name); ?>
diff --git a/info.json b/info.json
index f78b83b..148fa10 100755
--- a/info.json
+++ b/info.json
@@ -12,7 +12,7 @@
},
"creator": {
"name": "Karaka",
- "website": "www.spl1nes.com"
+ "website": "jingga.app"
},
"description": "QA module.",
"directory": "QA",
|