comparison themes/blog.steve.org.uk/tags.inc @ 157:bef6c294a643

Moved the date cloud + tag cloud into their own file.
author Steve Kemp <steve@steve.org.uk>
date Sat, 05 Jan 2008 22:37:52 +0000
parents
children
comparison
equal deleted inserted replaced
156:8b0c547cd015 157:bef6c294a643
1 <h2>Tags</h2>
2 <ul>
3 <!-- tmpl_loop name='tagcloud' -->
4 <li><a href="<!-- tmpl_var name='top' -->tags/<!-- tmpl_var name='tag' escape='html' -->"><!-- tmpl_var name='tag' escape='html' --> (<!-- tmpl_var name='count' -->)</a></li>
5 <!-- /tmpl_loop -->
6 </ul>