comparison themes/blocky/month.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 cdb525ec06d7
children 1b905160e5e4
comparison
equal deleted inserted replaced
132:7a05117f1bc3 133:b5fc6377b32e
37 <div class="tags"> 37 <div class="tags">
38 <table width="100%"> 38 <table width="100%">
39 <tr><td> 39 <tr><td>
40 <!-- tmpl_if name='comment_count' --> 40 <!-- tmpl_if name='comment_count' -->
41 <span class="comments"> 41 <span class="comments">
42 <!-- tmpl_var name='comment_count' --> comment(s). 42 <!-- tmpl_var name='comment_count' --> comment<!-- tmpl_if name='comment_plural' -->s<!-- /tmpl_if -->.
43 </span> 43 </span>
44 <!-- /tmpl_if --> 44 <!-- /tmpl_if -->
45 <!-- tmpl_if name='tags' --> 45 <!-- tmpl_if name='tags' -->
46 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 --> 46 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 -->
47 <!-- tmpl_else --> 47 <!-- tmpl_else -->