view themes/blog.steve.org.uk/comment-loop.inc @ 190:4584897766c1 release-2.5

Release: v2.5
author Steve Kemp <steve@steve.org.uk>
date Wed, 02 Apr 2008 15:15:47 +0100
parents 9f092b9be906
children
line wrap: on
line source

<!-- tmpl_if name='comments' -->
 <h3 id="comments">Comments On This Entry</h3>

 <!-- tmpl_loop name='comments' -->
 <div class="bubble">
  <blockquote>
   <!-- tmpl_var name='body' -->
  </blockquote>
  <cite><strong><!-- tmpl_var name='name' --></strong> <!-- tmpl_var name='date' --></cite>
 </div>
 <!-- /tmpl_loop -->
<!-- /tmpl_if -->