1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-09 01:44:25 +03:00
ifhub.club/templates/skin/new/block.tags.tpl

13 lines
451 B
Smarty
Raw Normal View History

2009-01-10 21:11:09 +02:00
<div class="block tags">
<div class="tl"><div class="tr"></div></div>
<div class="cl"><div class="cr">
2009-01-11 20:26:21 +02:00
<ul class="cloud">
2009-01-10 21:11:09 +02:00
{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>
2009-01-10 21:11:09 +02:00
{/foreach}
</ul>
</div></div>
<div class="bl"><div class="br"></div></div>
</div>