Files
phpbb_mchat-extension-board…/styles/prosilver/template/mchat_whois.html
talonos 1e3ef7e64c local bugfix build
fixed app.php/portal display
fixed if page has ?style=2 or any ? in link as that was breaking the
load scripts
2016-02-12 18:51:32 +00:00

9 lines
276 B
HTML

<div id="mchat-whois">
<!-- IF MCHAT_USERS_LIST -->
<a href="#" data-mchat-toggle="userlist">{MCHAT_USERS_COUNT}</a>
<!-- ELSE -->
{MCHAT_USERS_COUNT}
<!-- ENDIF -->
{MCHAT_ONLINE_EXPLAIN}<br /><span id="mchat-userlist" class="hidden">{MCHAT_USERS_LIST}</span>
</div>