changeset 103:6e6ccf3fa6ce

Updated.
author Steve Kemp <steve@steve.org.uk>
date Wed, 12 Dec 2007 17:52:07 +0000
parents 7a87c1556a0e
children 4e8f0bbe88fb
files themes/blocky/index.template themes/blocky/month.template themes/blocky/tags.template
diffstat 3 files changed, 15 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/themes/blocky/index.template	Wed Dec 12 17:50:41 2007 +0000
+++ b/themes/blocky/index.template	Wed Dec 12 17:52:07 2007 +0000
@@ -37,7 +37,9 @@
    <tr>
     <td>
    <!-- tmpl_if name='comment_count' -->
-   <!-- tmpl_var name='comment_count' --> comment(s).
+    <span class="comments">
+     <!-- tmpl_var name='comment_count' --> comment(s).
+    </span>
    <!-- /tmpl_if -->
 
      <!-- tmpl_if name='tags' -->
--- a/themes/blocky/month.template	Wed Dec 12 17:50:41 2007 +0000
+++ b/themes/blocky/month.template	Wed Dec 12 17:52:07 2007 +0000
@@ -37,6 +37,11 @@
  <div class="tags">
  <table width="100%">
  <tr><td>
+   <!-- tmpl_if name='comment_count' -->
+    <span class="comments">
+     <!-- tmpl_var name='comment_count' --> comment(s).
+    </span>
+   <!-- /tmpl_if -->
  <!-- tmpl_if name='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_else -->
--- 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>