comparison themes/blog.steve.org.uk/archive.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
comparison
equal deleted inserted replaced
156:8b0c547cd015 157:bef6c294a643
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>