1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-08 09:24:25 +03:00
ifhub.club/application/frontend/skin/developer/navs/nav.user.info.tpl

10 lines
407 B
Smarty
Raw Normal View History

{**
* Навигация на главной странице профиля
*}
2014-04-28 13:31:49 +03:00
{include 'components/nav/nav.tpl'
sName = 'profile_info'
sActiveItem = $sMenuSubItemSelect
sMods = 'pills'
aHookArguments = [ 'oUserProfile' => $oUserProfile ]
aItems = [ [ 'text' => {lang name='user.profile.title'}, 'url' => $oUserProfile->getUserWebPath(), 'name' => 'main' ] ]}