View file globalchat/view/globalchat/templates/users_in_the_room.tpl
{* 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}&write_to_user={$usersList[i].id}'" user=$usersInfo.{$usersList[i].id}} {sectionelse} Ждем людей... {/section} {if isset($div)} </div> {/if}