Added proper support for font size and color
[GitHub/WoltLab/WCF.git] / com.woltlab.wcf / templates / htmlNodeWoltlabMention.tpl
CommitLineData
b4346e66
AE
1{if $userProfile === null}
2 {* user no longer exists, use plain output rather than using a broken link *}
3 @{$username}
4{else}
5 {* non-breaking space below to prevent wrapping of user avatar and username *}
6 <a href="{link controller='User' object=$userProfile->getDecoratedObject()}{/link}">{@$userProfile->getAvatar()->getImageTag(16)}&nbsp;{$userProfile->username}</a>
7{/if}