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/new/menu.people.tpl
2009-08-19 18:27:36 +00:00

10 lines
606 B
Smarty

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