1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-05 07:54:24 +03:00
ifhub.club/application/frontend/skin/developer/navs/nav.activity.tpl

14 lines
443 B
Smarty

{**
* Навигация на странице активности
*}
<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'}