view themes/default/comment-loop.inc @ 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 f3b73f970dd2
children
line wrap: on
line source

<!-- tmpl_if name='comments' -->
 <h3>Comments On This Entry</h3>
 <blockquote>
 <!-- tmpl_loop name='comments' -->
  <div class="entry">
  <div class="title"><!-- tmpl_var name='name' --></div>
  <div class="date"><!-- tmpl_var name='date' --></div>
  <div class="body"><!-- tmpl_var name='body' --></div>
  </div>
 <!-- /tmpl_loop -->
 </blockquote>
<!-- /tmpl_if -->