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/developer/block.blogs_top.tpl
2010-02-08 02:10:30 +00:00

5 lines
276 B
Smarty

<ul class="list">
{foreach from=$aBlogs item=oBlog}
<li><div class="total">{$oBlog->getRating()}</div><a href="{router page='blog'}{$oBlog->getUrl()}/" {if $oBlog->getType()=='close'}class="close"{/if}>{$oBlog->getTitle()|escape:'html'}</a></li>
{/foreach}
</ul>