Просмотр файла globalchat/view/globalchat/templates/users_in_the_room.tpl

Размер файла: 379B
{* Smarty *}

{if isset($div)}
<div class='{$smarty.const.DIV_M_USERS_IN_THE_ROOM}'>
<img src='icons/point.png' alt='' /> 
{/if}
{section name=i loop=$usersList}
{user_nick attrs="href='chat.php?room_id={$roomId}&amp;write_to_user={$usersList[i].id}'" user=$usersInfo.{$usersList[i].id}} 
{sectionelse}
Ждем людей...
{/section}
{if isset($div)}
</div>
{/if}