Merge pull request #891 from venticello/patch-18

Фикс названия хука меню избранного
This commit is contained in:
Maxim Mzhelskiy 2017-09-25 18:28:19 +07:00 committed by GitHub
commit 292e3321f7
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
{block 'layout_options' append}
{$layoutNav = [[
name => 'profile_created',
name => 'profile_favourite',
hookParams => [ 'oUserProfile' => $oUserProfile ],
activeItem => $sMenuSubItemSelect,
items => [
@ -14,4 +14,4 @@
[ 'name' => 'comments', 'text' => {lang name='user.favourites.nav.comments'}, 'url' => "{$oUserProfile->getUserWebPath()}favourites/comments/", 'count' => $iCountCommentFavourite ]
]
]]}
{/block}
{/block}