comparison 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
comparison
equal deleted inserted replaced
188:ed2e41d35534 189:83de58d109f1
1 <h3>Archive</h3>
2 <ul>
3 <!-- tmpl_loop name='datecloud' -->
4 <li><!-- tmpl_var name='year' -->
5 <ul>
6 <!-- tmpl_loop name='months' -->
7 <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>
8 <!-- /tmpl_loop -->
9 </ul></li>
10 <!-- /tmpl_loop -->
11 </ul>