view themes/leftbar/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 ea9cb3e9020b
children
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 -->