1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-01 05:55:02 +03:00
ifhub.club/application/frontend/skin/developer/navs/nav.topics.tpl
2014-10-16 14:31:34 +07:00

14 lines
478 B
Smarty

{**
* Навигация по топикам
*}
{include 'components/nav/nav.tpl'
name = 'topics'
activeItem = $sMenuItemSelect
mods = 'pills'
items = [
[ 'name' => 'index', 'url' => {router page='/'}, 'text' => {lang name='blog.menu.all'}, 'count' => $iCountTopicsNew ],
[ 'name' => 'feed', 'url' => {router page='feed'}, 'text' => $aLang.feed.title, 'is_enabled' => !! $oUserCurrent ]
]}
{include 'navs/nav.topics.sub.tpl'}