Merge remote-tracking branch 'refs/remotes/origin/3.0'
[GitHub/WoltLab/WCF.git] / com.woltlab.wcf / templates / trophyBadge.tpl
CommitLineData
ab306592 1<span
c194c001 2 class="icon icon{$size} fa-{$trophy->iconName} trophyIcon{if $showTooltip} jsTooltip{/if}"
ab306592
JR
3 style="color: {$trophy->iconColor}; background-color: {$trophy->badgeColor}"
4 data-trophy-id="{$trophy->trophyID}"
c194c001 5 {if $showTooltip}title="{$trophy->getTitle()}"{/if}
ab306592 6></span>