1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-06 00:14:25 +03:00
ifhub.club/templates/skin/developer-jquery/menu.top.tpl
2011-04-01 07:49:36 +00:00

9 lines
514 B
Smarty

{if $sMenuItemSelect=='top'}
<ul class="switcher">
<li {if $sMenuSubItemSelect=='blog'}class="active"{/if}><a href="{router page='top'}blog/">{$aLang.blog_menu_top_blog}</a></li>
<li {if $sMenuSubItemSelect=='topic'}class="active"{/if}><a href="{router page='top'}topic/">{$aLang.blog_menu_top_topic}</a></li>
<li {if $sMenuSubItemSelect=='comment'}class="active"{/if}><a href="{router page='top'}comment/">{$aLang.blog_menu_top_comment}</a></li>
{hook run='menu_blog_top_item'}
</ul>
{/if}