diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/themes/blog.steve.org.uk/tags.inc	Sat Jan 05 22:37:52 2008 +0000
@@ -0,0 +1,6 @@
+<h2>Tags</h2>
+ <ul>
+  <!-- tmpl_loop name='tagcloud' -->
+   <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>
+  <!-- /tmpl_loop -->
+ </ul>
\ No newline at end of file