diff themes/blog.mail-scanning.com/comment-loop.inc @ 269:53c79b52862a

Added
author Steve Kemp <steve@steve.org.uk>
date Mon, 04 Aug 2008 20:04:15 +0100
parents
children 9888f32262ad
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/themes/blog.mail-scanning.com/comment-loop.inc	Mon Aug 04 20:04:15 2008 +0100
@@ -0,0 +1,12 @@
+<!-- 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 -->