From c71aa917a2b661d17fe49ca4a109dceab290928e Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 27 Apr 2019 00:13:26 +0200 Subject: [PATCH] Use global namespace --- Theme/Backend/profile-single.tpl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Theme/Backend/profile-single.tpl.php b/Theme/Backend/profile-single.tpl.php index c85b58d..8c2d493 100644 --- a/Theme/Backend/profile-single.tpl.php +++ b/Theme/Backend/profile-single.tpl.php @@ -49,7 +49,7 @@ echo $this->getData('nav')->render();

printHtml(empty($account->getAccount()->getName3()) ? $account->getAccount()->getName2() : $account->getAccount()->getName3()); ?>, printHtml($account->getAccount()->getName1()); ?>

- <?= $this->getHtml('ProfileImage'); ?> + <?= $this->getHtml('ProfileImage'); ?>