view themes/blog.steve.org.uk/comment-loop.inc @ 307:fe474f3ed3e5 default tip

Making archive pages have the same layout as the index
author Dominic Cleal <dominic@computerkb.co.uk>
date Mon, 22 Dec 2008 12:08:20 +0000
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 -->