diff 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
line wrap: on
line diff
--- a/themes/default/index.template	Thu Dec 20 12:55:09 2007 +0000
+++ b/themes/default/index.template	Thu Dec 20 12:59:28 2007 +0000
@@ -30,7 +30,7 @@
   <div class="tags">
    <!-- 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 -->