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/synio/menu.stream.tpl
2012-04-25 00:21:15 +07:00

10 lines
368 B
Smarty

<ul class="nav nav-menu">
{if $oUserCurrent}
<li {if $sMenuItemSelect=='user'}class="active"{/if}><a href="{router page='stream'}user/">{$aLang.stream_menu_user}</a></li>
{/if}
<li {if $sMenuItemSelect=='all'}class="active"{/if}><a href="{router page='stream'}all/">{$aLang.stream_menu_all}</a></li>
{hook run='menu_stream_item'}
</ul>
{hook run='menu_stream'}