1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-08 09:24:25 +03:00
ifhub.club/templates/skin/synio/navs/nav.stream.tpl
2013-06-19 20:32:58 +07:00

14 lines
442 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'}