= $this->printHtml($question->createdBy->account->name2); ?> = $this->printHtml($question->createdBy->account->name1); ?>
- = $this->getHtml('Score') ?>: = $scores[$question->createdBy->account->id] ?? 0; ?>
+ = $this->getHtml('Score'); ?>: = $scores[$question->createdBy->account->id] ?? 0; ?>
createdBy->image->id > 0) : ?>
diff --git a/Theme/Backend/qa-question.tpl.php b/Theme/Backend/qa-question.tpl.php
index e04c8cd..84669a8 100755
--- a/Theme/Backend/qa-question.tpl.php
+++ b/Theme/Backend/qa-question.tpl.php
@@ -63,7 +63,7 @@ echo $this->data['nav']->render();