diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-09-13 14:25:17 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-09-13 14:25:17 -0700 |
commit | aed7ce916138ec31798bec9cbee66a8742670633 (patch) | |
tree | b627288ab124ab4266270188efd5fc1c9ff407aa /modules/comment/helpers | |
parent | 21d6e17efafbbb249f13c0344abf2dad9a812103 (diff) |
Specify a page anchor for the comments block.
Diffstat (limited to 'modules/comment/helpers')
-rw-r--r-- | modules/comment/helpers/comment_theme.php | 1 |
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") |