changeset 119:5066f7ad8b46

Updated.
author Steve Kemp <steve@steve.org.uk>
date Thu, 13 Dec 2007 20:42:02 +0000
parents 95458ff7c463
children e53f82c0898e
files themes/blog.steve.org.uk/comment-loop.inc themes/blog.steve.org.uk/index.template themes/blog.steve.org.uk/month.template themes/blog.steve.org.uk/tags.template
diffstat 4 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/themes/blog.steve.org.uk/comment-loop.inc	Thu Dec 13 13:59:39 2007 +0000
+++ b/themes/blog.steve.org.uk/comment-loop.inc	Thu Dec 13 20:42:02 2007 +0000
@@ -1,5 +1,5 @@
 <!-- tmpl_if name='comments' -->
- <h3>Comments On This Entry</h3>
+ <h3 id="comments">Comments On This Entry</h3>
  <blockquote>
  <!-- tmpl_loop name='comments' -->
   <div class="entry">
--- a/themes/blog.steve.org.uk/index.template	Thu Dec 13 13:59:39 2007 +0000
+++ b/themes/blog.steve.org.uk/index.template	Thu Dec 13 20:42:02 2007 +0000
@@ -59,7 +59,7 @@
   <div class="tags">
    <!-- tmpl_if name='comment_count' -->
    <span class="comments">
-   <!-- tmpl_var name='comment_count' --> comment(s).
+   <a href="<!-- tmpl_var name='top' --><!-- tmpl_var name='link' escape='html' -->#comments"><!-- tmpl_var name='comment_count' --> comment(s)</a>
    </span>
    <!-- /tmpl_if -->
 
--- a/themes/blog.steve.org.uk/month.template	Thu Dec 13 13:59:39 2007 +0000
+++ b/themes/blog.steve.org.uk/month.template	Thu Dec 13 20:42:02 2007 +0000
@@ -66,7 +66,7 @@
  </div>
  <div class="tags">
    <!-- tmpl_if name='comment_count' -->
-   <!-- tmpl_var name='comment_count' --> comments.  
+   <a href="<!-- tmpl_var name='top' --><!-- tmpl_var name='link' escape='html' -->#comments"><!-- tmpl_var name='comment_count' --> comment(s)</a>
    <!-- /tmpl_if -->
 
  <!-- tmpl_if name='tags' -->
--- a/themes/blog.steve.org.uk/tags.template	Thu Dec 13 13:59:39 2007 +0000
+++ b/themes/blog.steve.org.uk/tags.template	Thu Dec 13 20:42:02 2007 +0000
@@ -71,7 +71,7 @@
  </div>
  <div class="tags">
    <!-- tmpl_if name='comment_count' -->
-   <!-- tmpl_var name='comment_count' --> comments.  
+   <a href="<!-- tmpl_var name='top' --><!-- tmpl_var name='link' escape='html' -->#comments"><!-- tmpl_var name='comment_count' --> comment(s)</a>
    <!-- /tmpl_if -->
 
  <!-- tmpl_if name='tags' -->