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/developer/block.blogs_top.tpl

5 lines
276 B
Smarty
Raw Normal View History

2009-05-08 23:24:43 +03:00
<ul class="list">
{foreach from=$aBlogs item=oBlog}
2010-02-08 04:10:30 +02:00
<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>
2009-05-08 23:24:43 +03:00
{/foreach}
</ul>