1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-05-30 06:38:12 +03:00
ifhub.club/application/frontend/skin/developer/navs/nav.user.info.tpl
Alexander Yakovlev 565ff70c0b Слияние с upstream (LiveStreet/github)
Слил насколько возможно, папка install удалена.
2017-01-11 14:57:03 +07:00

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' ] ]}