comparison themes/default/tags.template @ 15:b8a289afc783

2007-08-14 17:47:09 by steve Syntax fixes on the sidebar to make sure we have proper nesting.
author steve
date Tue, 14 Aug 2007 17:47:09 +0000
parents 3a684eb36140
children 393cf6c9301b
comparison
equal deleted inserted replaced
14:f37430dda970 15:b8a289afc783
52 </ul> 52 </ul>
53 <!-- /tmpl_if name='datecloud' --> 53 <!-- /tmpl_if name='datecloud' -->
54 54
55 <!-- tmpl_if name='tagcloud' --> 55 <!-- tmpl_if name='tagcloud' -->
56 <h2>Tags</h2> 56 <h2>Tags</h2>
57 <!-- Tag Cloud -->
58 <ul> 57 <ul>
59 <!-- tmpl_loop name='tagcloud' --> 58 <!-- tmpl_loop name='tagcloud' -->
60 <li><a href="<!-- tmpl_if name='url_prefix' --><!-- tmpl_var name='url_prefix' --><!-- tmpl_else -->../../<!-- /tmpl_if -->tags/<!-- tmpl_var name='tag' -->"><!-- tmpl_var name='tag' --> (<!-- tmpl_var name='count' -->)</a></li> 59 <li><a href="<!-- tmpl_if name='url_prefix' --><!-- tmpl_var name='url_prefix' --><!-- tmpl_else -->../../<!-- /tmpl_if -->tags/<!-- tmpl_var name='tag' -->"><!-- tmpl_var name='tag' --> (<!-- tmpl_var name='count' -->)</a></li>
61 <!-- /tmpl_loop --> 60 <!-- /tmpl_loop -->
62 </ul> 61 </ul>