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

12 lines
420 B
Smarty

<h2 class="page-header">{$aLang.stream_menu}</h2>
<ul class="nav nav-pills">
{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'}