From 041d91e423110a68959702c746f5b2d48f8a0b81 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 10 Dec 2022 22:17:54 +0100 Subject: [PATCH] fix urls --- .../Application/QA/Themes/Default/tpl/footer.tpl.php | 6 +++--- .../Application/QA/Themes/Default/tpl/header.tpl.php | 4 ++-- Admin/Install/Application/QA/info.json | 2 +- Admin/Install/Navigation.install.json | 8 ++++---- Admin/Settings/Theme/Backend/settings.tpl.php | 2 +- Theme/Backend/qa-dashboard.tpl.php | 6 +++--- Theme/Backend/qa-question.tpl.php | 12 ++++++------ Theme/Backend/qa-tag-list.tpl.php | 2 +- info.json | 2 +- 9 files changed, 22 insertions(+), 22 deletions(-) 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;
@@ -62,10 +62,10 @@ echo $this->getData('nav')->render(); ?> - 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; ?> - @@ -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()); ?> 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",