Using common modules and templates.
[blog.pm.git] / templates / src / default / include / tag_cloud
blobaebb1971ea5e82889ace28ba85b66c8148f206ce
1 <div id="tagcloud">
2 [% FOREACH tag IN tags %]
3 <span class="tagcloud[% tag.level %]"><a href="[% uri_tag_view(tag) %]">[%
4     tag.name %]</a><sub class="tagcloud-count">([% tag.count %])</sub></span>
5 [% END %]
6 </div>