changeset 104:4e8f0bbe88fb

Updated.
author Steve Kemp <steve@steve.org.uk>
date Wed, 12 Dec 2007 17:53:10 +0000
parents 6e6ccf3fa6ce
children 7a7c3faf3171
files themes/copyrighteous/entry.template themes/copyrighteous/month.template
diffstat 2 files changed, 12 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/themes/copyrighteous/entry.template	Wed Dec 12 17:52:07 2007 +0000
+++ b/themes/copyrighteous/entry.template	Wed Dec 12 17:53:10 2007 +0000
@@ -30,6 +30,12 @@
 <div id="story">
 <!-- tmpl_var name='body' -->
 </div>
+   <!-- tmpl_if name='comment_count' -->
+    <span class="comments">
+     <!-- tmpl_var name='comment_count' --> comment(s).
+    </span>
+   <!-- /tmpl_if -->
+
 Permalink 
 <span class="tags"><!-- tmpl_if name='tags' -->| <!-- tmpl_loop name='tags' --><a href="<!-- tmpl_var name='top' -->tags/<!-- tmpl_var name='tag' -->"><!-- tmpl_var name='tag' --></a><!-- tmpl_if name="__last__" -->.<!-- tmpl_else -->, <!-- /tmpl_if --><!-- /tmpl_loop --><!-- /tmpl_if --> </span> 
 </div>
--- a/themes/copyrighteous/month.template	Wed Dec 12 17:52:07 2007 +0000
+++ b/themes/copyrighteous/month.template	Wed Dec 12 17:53:10 2007 +0000
@@ -34,6 +34,12 @@
 <div id="story">
 <!-- tmpl_var name='body' -->
 </div>
+   <!-- tmpl_if name='comment_count' -->
+    <span class="comments">
+     <!-- tmpl_var name='comment_count' --> comment(s).
+    </span>
+   <!-- /tmpl_if -->
+
 <a href="<!-- tmpl_var name='top' --><!-- tmpl_var name='link' -->">Permalink</a>
 <span class="tags"><!-- tmpl_if name='tags' -->| <!-- tmpl_loop name='tags' --><a href="<!-- tmpl_var name='top' -->tags/<!-- tmpl_var name='tag' -->"><!-- tmpl_var name='tag' --></a><!-- tmpl_if name="__last__" -->.<!-- tmpl_else -->, <!-- /tmpl_if --><!-- /tmpl_loop --><!-- /tmpl_if --> </span> 
 </div>