1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-06-26 03:30:48 +03:00
This commit is contained in:
Mzhelskiy Maxim 2017-03-27 16:10:33 +07:00
parent 4172f3037b
commit df1ed8e22c
2 changed files with 2 additions and 0 deletions

View file

@ -8,6 +8,7 @@
{$layoutNav = [[
hook => 'activity',
activeItem => $sMenuItemSelect,
showSingle => false,
items => [
[ 'name' => 'user', 'url' => "{router page='stream'}personal/", 'text' => $aLang.activity.nav.personal, 'is_enabled' => !! $oUserCurrent ],
[ 'name' => 'all', 'url' => "{router page='stream'}all/", 'text' => $aLang.activity.nav.all ]

View file

@ -7,6 +7,7 @@
{block 'layout_options' append}
{$layoutNav = [[
hook => 'activity',
showSingle => false,
activeItem => $sMenuItemSelect,
items => [
[ 'name' => 'user', 'url' => "{router page='stream'}personal/", 'text' => $aLang.activity.nav.personal, 'is_enabled' => !! $oUserCurrent ],