1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-05 07:54:24 +03:00
ifhub.club/application/frontend/skin/developer/navs/nav.user.favourite.tpl
2014-04-28 17:31:49 +07:00

13 lines
709 B
Smarty

{**
* Навигация в профиле пользователя в разделе "Избранное"
*}
{include 'components/nav/nav.tpl'
sName = 'profile_favourite'
sActiveItem = $sMenuSubItemSelect
sMods = 'pills'
aHookArguments = [ 'oUserProfile' => $oUserProfile ]
aItems = [
[ 'name' => 'topics', 'text' => $aLang.user_menu_profile_favourites_topics, 'url' => "{$oUserProfile->getUserWebPath()}favourites/topics/", 'count' => $iCountTopicFavourite ],
[ 'name' => 'comments', 'text' => $aLang.user_menu_profile_favourites_comments, 'url' => "{$oUserProfile->getUserWebPath()}favourites/comments/", 'count' => $iCountCommentFavourite ]
]}