From ec18aac8df4e160c3a45ff10b1a5d4e67f4217b4 Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Mon, 11 Jul 2016 00:11:51 +0200 Subject: [PATCH] Removed obsolete code --- com.woltlab.wcf/templates/authorSidebarBox.tpl | 2 +- com.woltlab.wcf/templates/messageSidebar.tpl | 13 ++++++------- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/com.woltlab.wcf/templates/authorSidebarBox.tpl b/com.woltlab.wcf/templates/authorSidebarBox.tpl index a311e52a8e..b2ce6b48bd 100644 --- a/com.woltlab.wcf/templates/authorSidebarBox.tpl +++ b/com.woltlab.wcf/templates/authorSidebarBox.tpl @@ -4,7 +4,7 @@
-

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

+

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

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

{$userProfile->getUserTitle()}

diff --git a/com.woltlab.wcf/templates/messageSidebar.tpl b/com.woltlab.wcf/templates/messageSidebar.tpl index a08425f940..162982c825 100644 --- a/com.woltlab.wcf/templates/messageSidebar.tpl +++ b/com.woltlab.wcf/templates/messageSidebar.tpl @@ -2,7 +2,7 @@ {assign var=__messageSidebarJavascript value=true} {/if} -