1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-08 17:34:26 +03:00
ifhub.club/application/frontend/skin/synio/navs/nav.topics.tpl

17 lines
402 B
Smarty

{**
* Навигация по топикам
*}
<ul class="nav nav-menu">
<li {if $sMenuItemSelect == 'index'}class="active"{/if}>
<a href="{cfg name='path.root.web'}/">{$aLang.blog_menu_all}</a>
</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_item'}
</ul>