ECCOVELO:
// Chat Stats
if($modSettings['chatShowUsers'] == true){
echo '
<tr>
<td class="catbg" colspan="2">', $txt['chatStats'], '</td>
</tr><tr>
<td class="windowbg" width="20" valign="middle" align="center">
<a href="', $scripturl, '?action=chat">
<img src="', $settings['images_url'], '/chatIcon.gif" alt="', $txt['chatAlt'], '" border="0" /></a>
</td>
<td class="windowbg2" width="100%">
There are currently ' . $modSettings['chatNumUsers'] . ' people talking in the chat room.<br /> ' .
'<div class="smalltext">' . $modSettings['chatUsersList'] . '</div>';
}
spero che mi possiate aiutare...