1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-01 05:55:02 +03:00
ifhub.club/templates/skin/developer/menu.people.tpl
2011-07-21 13:20:42 +00:00

14 lines
705 B
Smarty

<ul class="menu">
<li {if $sMenuItemSelect=='people'}class="active"{/if}><a href="{router page='people'}">{$aLang.people_menu_users}</a>
{if $sMenuItemSelect=='people'}
<ul class="sub-menu">
<li {if $sEvent=='' || $sEvent=='good' || $sEvent=='bad'}class="active"{/if}><a href="{router page='people'}">{$aLang.people_menu_users_all}</a></li>
<li {if $sEvent=='online'}class="active"{/if}><a href="{router page='people'}online/">{$aLang.people_menu_users_online}</a></li>
<li {if $sEvent=='new'}class="active"{/if}><a href="{router page='people'}new/">{$aLang.people_menu_users_new}</a></li>
{hook run='menu_people_people_item'}
</ul>
{/if}
</li>
{hook run='menu_people'}
</ul>