view themes/copyrighteous/comment-loop.inc @ 90:5f620d8f7fb1

Updated.
author Steve Kemp <steve@steve.org.uk>
date Wed, 12 Dec 2007 15:00:03 +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 -->