view 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 source

<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>