1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-08 09:24:25 +03:00
ifhub.club/templates/skin/synio/navs/nav.profile_whois.tpl
2013-04-09 23:53:44 +07:00

10 lines
325 B
Smarty

<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>
{hook run='menu_profile_whois_item' oUserProfile=$oUserProfile}
</ul>
{hook run='menu_profile_whois' oUserProfile=$oUserProfile}