diff themes/blog.mail-scanning.com/tags.inc @ 189:83de58d109f1

Added this theme.
author Steve Kemp <steve@steve.org.uk>
date Wed, 02 Apr 2008 15:11:13 +0100
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/themes/blog.mail-scanning.com/tags.inc	Wed Apr 02 15:11:13 2008 +0100
@@ -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