From a55faf5e43549b36a6552ecb71c99e83469c7392 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Fri, 25 Sep 2020 18:01:29 +0200 Subject: [PATCH] impl. lazy loading and better media lists --- Theme/Backend/qa-question.tpl.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Theme/Backend/qa-question.tpl.php b/Theme/Backend/qa-question.tpl.php index 3d17611..980bc1e 100755 --- a/Theme/Backend/qa-question.tpl.php +++ b/Theme/Backend/qa-question.tpl.php @@ -12,6 +12,8 @@ */ declare(strict_types=1); +use phpOMS\Uri\UriFactory; + /** * @todo Orange-Management/Modules#73 * Profile pics @@ -32,7 +34,7 @@ echo $this->getData('nav')->render(); printHtml($question->getQuestion()); ?>
- <?= $this->getHtml('AccountImage', '0', '0'); ?> + <?= $this->getHtml('AccountImage', '0', '0'); ?>
@@ -48,4 +50,4 @@ echo $this->getData('nav')->render(); - \ No newline at end of file +