diff --git a/Theme/Backend/qa-question.tpl.php b/Theme/Backend/qa-question.tpl.php index 78665b7..eb82c62 100644 --- a/Theme/Backend/qa-question.tpl.php +++ b/Theme/Backend/qa-question.tpl.php @@ -13,7 +13,7 @@ echo $this->getData('nav')->render(); printHtml($question->getQuestion()); ?>
- <?= $this->getHtml('AccountImage', 0, 0); ?> + <?= $this->getHtml('AccountImage', '0', '0'); ?>
diff --git a/Theme/Backend/qa-tag-list.tpl.php b/Theme/Backend/qa-tag-list.tpl.php index d8b592c..15a4087 100644 --- a/Theme/Backend/qa-tag-list.tpl.php +++ b/Theme/Backend/qa-tag-list.tpl.php @@ -26,7 +26,7 @@ echo $this->getData('nav')->render(); getHtml('Badges') ?> - getHtml('ID', 0, 0); ?> + getHtml('ID', '0', '0'); ?> getHtml('Name') ?> @@ -38,7 +38,7 @@ echo $this->getData('nav')->render(); printHtml($value->getName()); ?> - getHtml('Empty', 0, 0); ?> + getHtml('Empty', '0', '0'); ?>