view themes/copyrighteous/comment-loop.inc @ 104:4e8f0bbe88fb

Updated.
author Steve Kemp <steve@steve.org.uk>
date Wed, 12 Dec 2007 17:53:10 +0000
parents e8bd57e2e40b
children c45e82e72bc4
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 -->