diff themes/blog.mail-scanning.com/archive.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/archive.inc	Wed Apr 02 15:11:13 2008 +0100
@@ -0,0 +1,11 @@
+<h3>Archive</h3>
+ <ul>
+  <!-- tmpl_loop name='datecloud' -->
+   <li><!-- tmpl_var name='year' -->
+   <ul>
+    <!-- tmpl_loop name='months' -->
+     <li><a href="<!-- tmpl_var name='top' -->archive/<!-- tmpl_var name='year' -->/<!-- tmpl_var name='month' -->/"><!-- tmpl_var name='month_name' --> (<!-- tmpl_var name='count' -->)</a></li>
+    <!-- /tmpl_loop -->
+   </ul></li>
+  <!-- /tmpl_loop -->
+ </ul>