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