1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-08 17:34:26 +03:00
ifhub.club/templates/skin/developer/menu.people.tpl

14 lines
705 B
Smarty
Raw Normal View History

2010-06-05 13:08:13 +03:00
<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>
2010-07-07 16:29:41 +03:00
{hook run='menu_people_people_item'}
2010-06-05 13:08:13 +03:00
</ul>
{/if}
</li>
{hook run='menu_people'}
</ul>