summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-09-13 14:25:17 -0700
committerBharat Mediratta <bharat@menalto.com>2009-09-13 14:25:17 -0700
commitaed7ce916138ec31798bec9cbee66a8742670633 (patch)
treeb627288ab124ab4266270188efd5fc1c9ff407aa
parent21d6e17efafbbb249f13c0344abf2dad9a812103 (diff)
Specify a page anchor for the comments block.
-rw-r--r--modules/comment/helpers/comment_theme.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/comment/helpers/comment_theme.php b/modules/comment/helpers/comment_theme.php
index 38a00b5c..e9b402f6 100644
--- a/modules/comment/helpers/comment_theme.php
+++ b/modules/comment/helpers/comment_theme.php
@@ -27,6 +27,7 @@ class comment_theme_Core {
$block = new Block;
$block->css_id = "gComments";
$block->title = t("Comments");
+ $block->anchor = "comments";
$view = new View("comments.html");
$view->comments = ORM::factory("comment")