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/new/block.blogs_top.tpl
2009-08-19 18:27:36 +00:00

5 lines
273 B
Smarty

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