view themes/blog.mail-scanning.com/comment-loop.inc @ 275:327943acc84b

Correctly sort comments by submission time.
author Steve Kemp <steve@steve.org.uk>
date Mon, 01 Sep 2008 20:36:29 +0100
parents 9888f32262ad
children
line wrap: on
line source


<!-- tmpl_if name='comments' -->
 <h3 id="comments">Comments On This Entry</h3>
<blockquote>
 <!-- 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 -->
</blockquote>
<!-- /tmpl_if -->