view themes/blocky/comment-loop.inc @ 161:9a1d4fb47b44

* New upstream release: - Bugfix to allow comments to be inserted correctly. - Allow comment form to be limited to "recent" posts.
author Steve Kemp <steve@steve.org.uk>
date Sun, 06 Jan 2008 01:04:23 +0000
parents ad6136b094b8
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 -->