1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub-skin.git synced 2024-06-26 03:50:46 +03:00
ifhub-skin/navs/nav.user.favourite.tpl

13 lines
681 B
Smarty

{**
* Навигация в профиле пользователя в разделе "Избранное"
*}
{component 'nav'
name = 'profile_favourite'
activeItem = $sMenuSubItemSelect
mods = 'pills'
hookParams = [ 'oUserProfile' => $oUserProfile ]
items = [
[ 'name' => 'topics', 'text' => {lang name='user.favourites.nav.topics'}, 'url' => "{$oUserProfile->getUserWebPath()}favourites/topics/", 'count' => $iCountTopicFavourite ],
[ 'name' => 'comments', 'text' => {lang name='user.favourites.nav.comments'}, 'url' => "{$oUserProfile->getUserWebPath()}favourites/comments/", 'count' => $iCountCommentFavourite ]
]}