diff 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
line wrap: on
line diff
--- a/themes/blocky/index.template	Thu Dec 20 12:55:09 2007 +0000
+++ b/themes/blocky/index.template	Thu Dec 20 12:59:28 2007 +0000
@@ -38,7 +38,7 @@
     <td>
    <!-- tmpl_if name='comment_count' -->
     <span class="comments">
-     <!-- tmpl_var name='comment_count' --> comment(s).
+     <!-- tmpl_var name='comment_count' --> comment<!-- tmpl_if name='comment_plural' -->s<!-- /tmpl_if -->.
     </span>
    <!-- /tmpl_if -->