diff themes/blocky/tags.template @ 103:6e6ccf3fa6ce

Updated.
author Steve Kemp <steve@steve.org.uk>
date Wed, 12 Dec 2007 17:52:07 +0000
parents 6b5d3f055a8c
children cdb525ec06d7
line wrap: on
line diff
--- a/themes/blocky/tags.template	Wed Dec 12 17:50:41 2007 +0000
+++ b/themes/blocky/tags.template	Wed Dec 12 17:52:07 2007 +0000
@@ -35,11 +35,16 @@
  </div>
  <table width="100%">
  <tr><td>
+ <div class="tags">
+   <!-- tmpl_if name='comment_count' -->
+    <span class="comments">
+     <!-- tmpl_var name='comment_count' --> comment(s).
+    </span>
+   <!-- /tmpl_if -->
  <!-- tmpl_if name='tags' -->
- <div class="tags">
   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 -->
  </div>
- <!-- /tmpl_if -->
   </td><td align="right"><!-- tmpl_var name='date' --></td></tr></table>
 </fieldset>
 <p></p>