|
|
@ -6,11 +6,9 @@
|
|
|
|
<!-- IF !isSelf -->
|
|
|
|
<!-- IF !isSelf -->
|
|
|
|
<!-- IF !config.disableChat -->
|
|
|
|
<!-- IF !config.disableChat -->
|
|
|
|
<!-- IF !banned -->
|
|
|
|
<!-- IF !banned -->
|
|
|
|
<!-- IF hasPrivateChat -->
|
|
|
|
<li class="<!-- IF !hasPrivateChat -->hidden<!-- ENDIF !hasPrivateChat -->">
|
|
|
|
<li>
|
|
|
|
|
|
|
|
<a component="account/chat" href="#">[[user:chat_with, {username}]]</a>
|
|
|
|
<a component="account/chat" href="#">[[user:chat_with, {username}]]</a>
|
|
|
|
</li>
|
|
|
|
</li>
|
|
|
|
<!-- ENDIF hasPrivateChat -->
|
|
|
|
|
|
|
|
<li>
|
|
|
|
<li>
|
|
|
|
<a component="account/new-chat" href="#">[[user:new_chat_with, {username}]]</a>
|
|
|
|
<a component="account/new-chat" href="#">[[user:new_chat_with, {username}]]</a>
|
|
|
|
</li>
|
|
|
|
</li>
|
|
|
|