diff --git a/Admin/Install/Application/QA/Themes/Default/tpl/footer.tpl.php b/Admin/Install/Application/QA/Themes/Default/tpl/footer.tpl.php index f6e2bf9..03dbd03 100755 --- a/Admin/Install/Application/QA/Themes/Default/tpl/footer.tpl.php +++ b/Admin/Install/Application/QA/Themes/Default/tpl/footer.tpl.php @@ -19,9 +19,9 @@ use phpOMS\Uri\UriFactory;

\ No newline at end of file diff --git a/Admin/Install/Application/QA/Themes/Default/tpl/header.tpl.php b/Admin/Install/Application/QA/Themes/Default/tpl/header.tpl.php index 63364ab..0ae76d5 100755 --- a/Admin/Install/Application/QA/Themes/Default/tpl/header.tpl.php +++ b/Admin/Install/Application/QA/Themes/Default/tpl/header.tpl.php @@ -18,8 +18,8 @@ use phpOMS\Uri\UriFactory;
- printHtml($question->name); ?> + printHtml($question->name); ?>
@@ -62,10 +62,10 @@ echo $this->getData('nav')->render(); ?> - + printHtml($question->createdBy->account->name2); ?> printHtml($question->createdBy->account->name1); ?> createdBy->image !== null && !($question->createdBy->image instanceof NullMedia)) : ?> - <?= $this->getHtml('AccountImage', '0', '0'); ?> + <?= $this->getHtml('AccountImage', '0', '0'); ?> 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) : ?> - name; ?> + name; ?> - +
printHtml($question->createdBy->account->name2); ?> printHtml($question->createdBy->account->name1); ?>
Score: createdBy->account->getId()] ?? 0; ?>
createdBy->image !== null && !($question->createdBy->image instanceof NullMedia)) : ?> - <?= $this->getHtml('AccountImage', '0', '0'); ?> + <?= $this->getHtml('AccountImage', '0', '0'); ?>
@@ -147,16 +147,16 @@ echo $this->getData('nav')->render();
getMedia(); foreach ($files as $file) : ?> - name; ?> + name; ?> -
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()); ?> getId(); ?> 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",