From: Marcel Werk Date: Sun, 10 Jul 2016 22:11:51 +0000 (+0200) Subject: Removed obsolete code X-Git-Tag: 3.0.0_Beta_1~1204 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=ec18aac8df4e160c3a45ff10b1a5d4e67f4217b4;p=GitHub%2FWoltLab%2FWCF.git Removed obsolete code --- 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} -