1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-06-16 14:50:48 +03:00
This commit is contained in:
Mzhelskiy Maxim 2017-03-10 15:07:27 +07:00
parent 4ffb1e4bec
commit cca9ff7879

View file

@ -9,7 +9,7 @@
{$layoutNav = [[
name => 'topics',
activeItem => $sMenuItemSelect,
showSingle => false,
showSingle => true,
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 ]