diff themes/blog.steve.org.uk/comment-loop.inc @ 93:4774e0a2fa1a

Added theme.
author Steve Kemp <steve@steve.org.uk>
date Wed, 12 Dec 2007 15:17:07 +0000
parents
children 5066f7ad8b46
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/themes/blog.steve.org.uk/comment-loop.inc	Wed Dec 12 15:17:07 2007 +0000
@@ -0,0 +1,12 @@
+<!-- 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 -->