1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-16 21:34:25 +03:00
ifhub.club/application/frontend/skin/developer/actions/ActionPeople/index.tpl

22 lines
562 B
Smarty

{**
* Список всех пользователей
*}
{extends file='layouts/layout.base.tpl'}
{block name='layout_options'}
{$sNav = 'users'}
{/block}
{block name='layout_page_title'}{$aLang.user_list}{/block}
{block name='layout_content'}
{include file='forms/form.search.users.tpl'}
<div id="users-list-search" style="display:none;"></div>
<div id="users-list-original">
{router page='people' assign=sUsersRootPage}
{include file='user_list.tpl' aUsersList=$aUsersRating bUsersUseOrder=true sUsersRootPage=$sUsersRootPage}
</div>
{/block}