comparison themes/default/index.template @ 133:b5fc6377b32e

Updated to make the plural on 'comments' conditional.
author Steve Kemp <steve@steve.org.uk>
date Thu, 20 Dec 2007 12:59:28 +0000
parents 02f239be7568
children 1b905160e5e4
comparison
equal deleted inserted replaced
132:7a05117f1bc3 133:b5fc6377b32e
28 <div class="date"><!-- tmpl_var name='date' --></div> 28 <div class="date"><!-- tmpl_var name='date' --></div>
29 <div class="body"><!-- tmpl_var name='body' --></div> 29 <div class="body"><!-- tmpl_var name='body' --></div>
30 <div class="tags"> 30 <div class="tags">
31 <!-- tmpl_if name='comment_count' --> 31 <!-- tmpl_if name='comment_count' -->
32 <span class="comments"> 32 <span class="comments">
33 <!-- tmpl_var name='comment_count' --> comment(s). 33 <!-- tmpl_var name='comment_count' --> comment<!-- tmpl_if name='comment_plural' -->s<!-- /tmpl_if -->.
34 </span> 34 </span>
35 <!-- /tmpl_if --> 35 <!-- /tmpl_if -->
36 36
37 <!-- tmpl_if name='tags' --> 37 <!-- tmpl_if name='tags' -->
38 Tags: <!-- tmpl_loop name='tags' --><a href="<!-- tmpl_var name='top' -->tags/<!-- tmpl_var name='tag' escape='html' -->"><!-- tmpl_var name='tag' escape='html' --></a><!-- tmpl_if name="__last__" -->.<!-- tmpl_else -->, <!-- /tmpl_if --><!-- /tmpl_loop --> 38 Tags: <!-- tmpl_loop name='tags' --><a href="<!-- tmpl_var name='top' -->tags/<!-- tmpl_var name='tag' escape='html' -->"><!-- tmpl_var name='tag' escape='html' --></a><!-- tmpl_if name="__last__" -->.<!-- tmpl_else -->, <!-- /tmpl_if --><!-- /tmpl_loop -->