Barış Soner Uşaklı 8 years ago
parent b4b7ad7f9f
commit 57e72277d4

@ -4,20 +4,20 @@
</button> </button>
<ul class="dropdown-menu dropdown-menu-right"> <ul class="dropdown-menu dropdown-menu-right">
<!-- IF !isSelf --> <!-- IF !isSelf -->
<!-- IF !config.disableChat -->
<!-- IF !banned --> <!-- IF !banned -->
<!-- IF !config.disableChat -->
<li class="<!-- IF !hasPrivateChat -->hidden<!-- ENDIF !hasPrivateChat -->"> <li class="<!-- IF !hasPrivateChat -->hidden<!-- ENDIF !hasPrivateChat -->">
<a component="account/chat" href="#">[[user:chat_with, {username}]]</a> <a component="account/chat" href="#">[[user:chat_with, {username}]]</a>
</li> </li>
<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>
<!-- ENDIF !config.disableChat -->
<li> <li>
<a component="account/flag" href="#">[[user:flag-profile]]</a> <a component="account/flag" href="#">[[user:flag-profile]]</a>
</li> </li>
<li class="divider"></li> <li class="divider"></li>
<!-- ENDIF !banned --> <!-- ENDIF !banned -->
<!-- ENDIF !config.disableChat -->
<!-- ENDIF !isSelf --> <!-- ENDIF !isSelf -->
<li> <li>
<a href="{config.relative_path}/user/{userslug}" class="inline-block" id="profile">[[user:profile]]</a> <a href="{config.relative_path}/user/{userslug}" class="inline-block" id="profile">[[user:profile]]</a>

Loading…
Cancel
Save