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 +