From 0d30cf17f1dac7e1c56f1a9838ffe5cd1cfa60d3 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 28 Oct 2017 20:14:23 +0200 Subject: [PATCH] Lazy load profile image --- 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 24b8106..4390c51 100644 --- a/Theme/Backend/profile-single.tpl.php +++ b/Theme/Backend/profile-single.tpl.php @@ -32,7 +32,7 @@ echo $this->getData('nav')->render();

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

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