From 5c73c1554d9764a9cbbea6a5e48e190b08c0fc16 Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Sat, 7 Dec 2013 13:58:25 +0100 Subject: [PATCH] Fixed small issue --- com.woltlab.wcf/templates/authorSidebarBox.tpl | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/com.woltlab.wcf/templates/authorSidebarBox.tpl b/com.woltlab.wcf/templates/authorSidebarBox.tpl index 7dda73dae1..8d348fea17 100644 --- a/com.woltlab.wcf/templates/authorSidebarBox.tpl +++ b/com.woltlab.wcf/templates/authorSidebarBox.tpl @@ -6,11 +6,13 @@
-

+

{if $userProfile->userID}{else}{$userProfile->username}{/if}

{if MODULE_USER_RANK && $userProfile->getUserTitle()}

{$userProfile->getUserTitle()}

{/if}
- {include file='userInformationStatistics' user=$userProfile} + {if $userProfile->userID} + {include file='userInformationStatistics' user=$userProfile} + {/if}
\ No newline at end of file -- 2.20.1