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/new/block.blogs_top.tpl
2009-01-10 19:11:09 +00:00

5 lines
288 B
Smarty

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