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/menu.profile_whois.tpl

10 lines
325 B
Smarty
Raw Normal View History

2012-05-18 17:28:43 +03:00
<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}