1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-05 07:54:24 +03:00
ifhub.club/templates/skin/synio/menu.profile_whois.tpl
Mzhelskiy Maxim ea2b642743 fix templates
2012-05-18 18:28:43 +04: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}