diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-09-13 22:31:23 -0700 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-09-13 22:31:23 -0700 |
commit | 0b0586a224777bb12d86b5661f7826d48137873c (patch) | |
tree | 76d626b67200ee142ebb8a94240cb2d7aa50e6cb /modules/comment/helpers | |
parent | dbeadfc2ab7e645a9e5a92e05cb5d90f4329480c (diff) | |
parent | c527e70f26a85403633c9c8c7d32cc3b30cf625e (diff) |
Merge branch 'master' into talmdal_dev
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") |