root/taggingreloaded/templates/taggingCloud.tpl @ 167

Revision 167, 244 bytes (checked in by d0nut, 5 years ago)

tagging reloaded version 0.6 with seo support (untested)

Line 
1<ul class="taggingCloud" name="taggingCloud">
2{foreach from=$tags key=tag item=i}
3        <li><a href="index.php?page=Tagging&amp;tag={$i.url}" style="font-size:{$i.size}%;color:rgb({$i.color},{$i.color},{$i.color})">{@$tag}</a></li>
4{/foreach}
5</ul>
Note: See TracBrowser for help on using the browser.