1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub-skin.git synced 2024-04-28 23:29:27 +03:00
ifhub-skin/navs/nav.topics.tpl

14 lines
461 B
Smarty
Raw Permalink Normal View History

2017-01-08 13:05:51 +02:00
{**
* Навигация по топикам
*}
{component 'nav'
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'}