From: Marcel Werk Date: Sat, 7 Dec 2013 12:58:25 +0000 (+0100) Subject: Fixed small issue X-Git-Tag: 2.0.0~16 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=5c73c1554d9764a9cbbea6a5e48e190b08c0fc16;p=GitHub%2FWoltLab%2FWCF.git Fixed small issue --- 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