view themes/blog.steve.org.uk/comment-loop.inc @ 120:e53f82c0898e

Updated so that the comment links are left-aligned
author Steve Kemp <steve@steve.org.uk>
date Thu, 13 Dec 2007 20:46:01 +0000
parents 5066f7ad8b46
children 9f092b9be906
line wrap: on
line source

<!-- tmpl_if name='comments' -->
 <h3 id="comments">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 -->