1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-08 01:14:24 +03:00
ifhub.club/application/frontend/skin/developer/navs/nav.user.info.tpl
2014-10-16 14:31:34 +07:00

10 lines
392 B
Smarty

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