1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-01 05:55:02 +03:00
ifhub.club/application/frontend/skin/developer/navs/nav.user.favourite.tpl
2014-10-16 14:31:34 +07:00

13 lines
698 B
Smarty

{**
* Навигация в профиле пользователя в разделе "Избранное"
*}
{include 'components/nav/nav.tpl'
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 ]
]}