1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-05 16:04:24 +03:00
ifhub.club/application/frontend/skin/developer/navs/nav.topics.tpl
Mzhelskiy Maxim 7786c0c402 fix templates
2014-02-22 12:53:24 +07:00

23 lines
526 B
Smarty

{**
* Навигация по топикам
*}
<ul class="nav nav-pills">
<li {if $sMenuItemSelect == 'index'}class="active"{/if}>
<a href="{router page='/'}">{$aLang.blog_menu_all}</a>
{if $iCountTopicsNew}
<a href="{router page='index'}new/">+{$iCountTopicsNew}</a>
{/if}
</li>
{if $oUserCurrent}
<li {if $sMenuItemSelect == 'feed'}class="active"{/if}>
<a href="{router page='feed'}">{$aLang.userfeed_title}</a>
</li>
{/if}
{hook run='nav_topics'}
</ul>
{include file='navs/nav.topics.sub.tpl'}