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

10 lines
405 B
Smarty

{**
* Навигация на главной странице профиля
*}
{include 'components/nav/nav.tpl'
sName = 'profile_info'
sActiveItem = $sMenuSubItemSelect
sMods = 'pills'
aHookArguments = [ 'oUserProfile' => $oUserProfile ]
aItems = [ [ 'text' => $aLang.user_menu_profile_whois, 'url' => $oUserProfile->getUserWebPath(), 'name' => 'main' ] ]}