diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-09-13 18:55:48 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-09-13 18:55:48 -0700 |
commit | c527e70f26a85403633c9c8c7d32cc3b30cf625e (patch) | |
tree | 76d626b67200ee142ebb8a94240cb2d7aa50e6cb /modules/comment/helpers/comment_theme.php | |
parent | 71a2e3624e05302725281c19b23beba252183a15 (diff) | |
parent | 6c0732e16fa904125d9d437f8f3e96d377c448d9 (diff) |
Merge branch 'master' of git@github.com:gallery/gallery3 into beta3_staging
Diffstat (limited to 'modules/comment/helpers/comment_theme.php')
-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") |