1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-04-28 15:09:22 +03:00

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

Название было такое же как и у 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

View file

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