summaryrefslogtreecommitdiff
path: root/modules/comment/helpers
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2009-09-13 22:31:23 -0700
committerTim Almdal <tnalmdal@shaw.ca>2009-09-13 22:31:23 -0700
commit0b0586a224777bb12d86b5661f7826d48137873c (patch)
tree76d626b67200ee142ebb8a94240cb2d7aa50e6cb /modules/comment/helpers
parentdbeadfc2ab7e645a9e5a92e05cb5d90f4329480c (diff)
parentc527e70f26a85403633c9c8c7d32cc3b30cf625e (diff)
Merge branch 'master' into talmdal_dev
Diffstat (limited to 'modules/comment/helpers')
-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")