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.tags.tpl

7 lines
262 B
Smarty
Raw Normal View History

2009-05-08 23:24:43 +03:00
<div class="block tags">
<ul class="cloud">
{foreach from=$aTags item=oTag}
2010-02-08 04:10:30 +02:00
<li><a class="w{$oTag->getSize()}" rel="tag" href="{router page='tag'}{$oTag->getText()|escape:'html'}/">{$oTag->getText()|escape:'html'}</a></li>
2009-05-08 23:24:43 +03:00
{/foreach}
</ul>
</div>