1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-05-30 22:58:11 +03:00
ifhub.club/application/frontend/skin/developer/navs/nav.user.favourite.tpl
Alexander Yakovlev 565ff70c0b Слияние с upstream (LiveStreet/github)
Слил насколько возможно, папка install удалена.
2017-01-11 14:57:03 +07:00

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 ]
]}