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

17 lines
486 B
Smarty

{**
* Навигация на главной странице профиля
*}
{hook run='menu_profile_whois_item' oUserProfile=$oUserProfile assign='sNavProfileHome'}
{if $sNavProfileHome}
<ul class="nav nav-pills nav-pills-profile">
<li {if $sMenuSubItemSelect=='main'}class="active"{/if}>
<a href="{$oUserProfile->getUserWebPath()}">{$aLang.user_menu_profile_whois}</a>
</li>
{$sNavProfileHome}
</ul>
{/if}
{hook run='menu_profile_whois' oUserProfile=$oUserProfile}