Фикс названия хука меню избранного

Название было такое же как и у layout.user.created.tpl
This commit is contained in:
Gran 2017-09-21 18:35:07 +03:00 committed by GitHub
parent 941c314dc2
commit 8619305f6c
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
{block 'layout_options' append}
{$layoutNav = [[
hook => 'profile_created',
hook => '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}