From 33a809e3d5cb892486673fc07c47c4a18bf53784 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sun, 19 May 2019 19:08:35 +0200 Subject: [PATCH] Fix increment to pre-increment --- Theme/Backend/profile-single.tpl.php | 24 ++++++++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/Theme/Backend/profile-single.tpl.php b/Theme/Backend/profile-single.tpl.php index ea59ca5..c4de4e2 100644 --- a/Theme/Backend/profile-single.tpl.php +++ b/Theme/Backend/profile-single.tpl.php @@ -10,6 +10,9 @@ * @version 1.0.0 * @link http://website.orange-management.de */ +use phpOMS\Uri\UriFactory; +use Modules\Media\Models\NullMedia; +use Modules\Media\Models\Media; /** * @var \phpOMS\Views\View $this */ @@ -46,10 +49,23 @@ echo $this->getData('nav')->render();
-

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

+
+

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

+
- <?= $this->getHtml('ProfileImage'); ?> + + <?= $this->getHtml('ProfileImage'); ?> @@ -105,7 +121,7 @@ echo $this->getData('nav')->render();

getHtml('Visibility') ?>

Define which users and user groups can see your profile

- getData('accGrpSelector')->render('iVisibility', true); ?> + getData('accGrpSelector')->render('iVisibility', 'visibility', true); ?>
@@ -128,7 +144,7 @@ echo $this->getData('nav')->render();

getHtml('Localization'); ?>

-
+