1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub-skin.git synced 2024-06-26 03:50:46 +03:00
ifhub-skin/navs/nav.user.info.tpl

10 lines
375 B
Smarty

{**
* Навигация на главной странице профиля
*}
{component 'nav'
name = 'profile_info'
activeItem = $sMenuSubItemSelect
mods = 'pills'
hookParams = [ 'oUserProfile' => $oUserProfile ]
items = [ [ 'text' => {lang name='user.profile.title'}, 'url' => $oUserProfile->getUserWebPath(), 'name' => 'main' ] ]}