1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-09 01:44:25 +03:00
ifhub.club/templates/skin/new/actions/ActionTop/comment.tpl

16 lines
891 B
Smarty
Raw Normal View History

2009-01-18 17:57:48 +02:00
{include file='header.tpl' menu="blog" showWhiteBack=true}
<div class="page people top-blogs">
2009-04-05 14:38:07 +03:00
<h1>{$aLang.top_comments}</h1>
2009-01-18 17:57:48 +02:00
<ul class="block-nav">
<li {if $aParams[0] and $aParams[0]=='24h'}class="active"{/if}><strong></strong><a href="{router page='top'}comment/24h/">{$aLang.blog_menu_top_period_24h}</a></li>
<li {if $aParams[0] and $aParams[0]=='7d'}class="active"{/if}><a href="{router page='top'}comment/7d/">{$aLang.blog_menu_top_period_7d}</a></li>
<li {if $aParams[0] and $aParams[0]=='30d'}class="active"{/if}><a href="{router page='top'}comment/30d/">{$aLang.blog_menu_top_period_30d}</a></li>
<li {if $aParams[0] and $aParams[0]=='all'}class="active"{/if}><a href="{router page='top'}comment/all/">{$aLang.blog_menu_top_period_all}</a><em></em></li>
2009-01-18 17:57:48 +02:00
</ul>
{include file='comment_list.tpl'}
</div>
{include file='footer.tpl'}