comparison themes/default/tags.template @ 102:7a87c1556a0e

Updated.
author Steve Kemp <steve@steve.org.uk>
date Wed, 12 Dec 2007 17:50:41 +0000
parents f3b73f970dd2
children 02f239be7568
comparison
equal deleted inserted replaced
101:b67757b6fdae 102:7a87c1556a0e
36 <div class="body"> 36 <div class="body">
37 <!-- tmpl_var name='body' --> 37 <!-- tmpl_var name='body' -->
38 </div> 38 </div>
39 <div class="tags"> 39 <div class="tags">
40 <!-- tmpl_if name='comment_count' --> 40 <!-- tmpl_if name='comment_count' -->
41 <!-- tmpl_var name='comment_count' --> comments. 41 <span class="comments">
42 <!-- tmpl_var name='comment_count' --> comments.
43 </span>
42 <!-- /tmpl_if --> 44 <!-- /tmpl_if -->
45
43 <!-- tmpl_if name='tags' --> 46 <!-- tmpl_if name='tags' -->
44 Tags: <!-- tmpl_loop name='tags' --><a href="<!-- tmpl_var name='top' -->tags/<!-- tmpl_var name='tag' -->"><!-- tmpl_var name='tag' --></a><!-- tmpl_if name="__last__" -->.<!-- tmpl_else -->, <!-- /tmpl_if --><!-- /tmpl_loop --> 47 Tags: <!-- tmpl_loop name='tags' --><a href="<!-- tmpl_var name='top' -->tags/<!-- tmpl_var name='tag' -->"><!-- tmpl_var name='tag' --></a><!-- tmpl_if name="__last__" -->.<!-- tmpl_else -->, <!-- /tmpl_if --><!-- /tmpl_loop -->
45 <!-- /tmpl_if --> 48 <!-- /tmpl_if -->
46 </div> 49 </div>
47 </div> 50 </div>