{* $Header$ *} {bitmodule title="$moduleTitle" name="who_is_there"}
{if $logged_users eq 0} {tr}No online users{/tr} {else} {$logged_users} {if $logged_users>1} {tr}online users{/tr} {elseif $logged_users>0} {tr}online user{/tr} {/if} {/if}
{section name=ix loop=$online_users} {if $user and $gBitSystem->isFeatureActive( 'feature_messages' ) and $gBitUser->hasPermission( 'p_messages_send' )} {booticon iname="icon-envelope" ipackage="icons" style="width:8px;height:8px;"" iexplain="send message"} {/if} {if $online_users[ix].users_information eq 'public'} {math equation="x - y" x=$smarty.now y=$online_users[ix].last_get assign=idle} {$online_users[ix].login}
{else} {$online_users[ix].login}
{/if} {/section} {/bitmodule}