Files
phpbb_mchat_tlw/styles/prosilver/template/mchat_whois.html
2017-12-09 08:09:57 +01:00

11 lines
306 B
HTML

<div id="mchat-whois">
<span title="{{ MCHAT_ONLINE_EXPLAIN }}">
{% if MCHAT_USERS_LIST %}
<a href="#" data-mchat-toggle="userlist">{{ MCHAT_USERS_TOTAL }}</a>
{% else %}
{{ MCHAT_USERS_TOTAL }}
{% endif %}
</span>
<div id="mchat-userlist" class="hidden">{{ MCHAT_USERS_LIST }}</div>
</div>