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.info.tpl
2014-08-05 21:28:16 +07:00

10 lines
407 B
Smarty

{**
* Навигация на главной странице профиля
*}
{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' ] ]}