1
0
mirror of https://github.com/wbbaddons/Tims-Chat.git synced 2024-10-31 14:10:08 +00:00

Fix dropdown error when no menu exists for a user (see 7468aa342e)

Closes #66
This commit is contained in:
Maximilian Mader 2013-12-08 16:19:57 +01:00
parent 0076bb764e
commit d2c847c765

View File

@ -1 +1 @@
{literal}<a class="dropdownToggle userLink" data-user-id="{$userID.toString()}">{@$avatar['24']}{$username}</a>{/literal}
{literal}<a{if $userID != $__wcf.User.userID} class="dropdownToggle"{/if} data-user-id="{$userID.toString()}">{@$avatar['24']}{$username}</a>{/literal}