1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-03 06:55:03 +03:00
ifhub.club/templates/skin/developer/block.tags.tpl

7 lines
256 B
Smarty
Raw Normal View History

2010-06-05 13:08:13 +03:00
<div class="block">
<ul class="cloud">
{foreach from=$aTags item=oTag}
2011-04-10 19:51:50 +03:00
<li><a class="w{$oTag->getSize()}" rel="tag" href="{router page='tag'}{$oTag->getText()|escape:'url'}/">{$oTag->getText()|escape:'html'}</a></li>
2010-06-05 13:08:13 +03:00
{/foreach}
</ul>
</div>