From cca9ff78794d8dac1ec22b56f1e07217d8dc5144 Mon Sep 17 00:00:00 2001 From: Mzhelskiy Maxim Date: Fri, 10 Mar 2017 15:07:27 +0700 Subject: [PATCH] fix #849 --- application/frontend/skin/synio/layouts/layout.index.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/frontend/skin/synio/layouts/layout.index.tpl b/application/frontend/skin/synio/layouts/layout.index.tpl index d9140cdc..118c651a 100644 --- a/application/frontend/skin/synio/layouts/layout.index.tpl +++ b/application/frontend/skin/synio/layouts/layout.index.tpl @@ -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 ]