diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-10-26 06:24:51 -0700 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-10-26 06:24:51 -0700 |
commit | 6fb116c53be947018e02de933d724273e76a251d (patch) | |
tree | 069bd0e465191ee539075698c9b4548e4837ce02 /modules/comment/helpers/comment_theme.php | |
parent | f0f7bc2d12c93bf1ba4a5d41bb82be87efd46cd6 (diff) | |
parent | f517ef4baf48ef7e1f8cbf1ed073c13c0cdf131f (diff) |
Merge branch 'master' into talmdal_dev
Diffstat (limited to 'modules/comment/helpers/comment_theme.php')
-rw-r--r-- | modules/comment/helpers/comment_theme.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/comment/helpers/comment_theme.php b/modules/comment/helpers/comment_theme.php index 10c855db..af0e1ca4 100644 --- a/modules/comment/helpers/comment_theme.php +++ b/modules/comment/helpers/comment_theme.php @@ -19,10 +19,16 @@ */ class comment_theme_Core { static function head($theme) { + $theme->css("comment.css"); $theme->script("comment.js"); return ""; } + static function admin_head($theme) { + $theme->css("comment.css"); + return ""; + } + static function photo_bottom($theme) { $block = new Block; $block->css_id = "g-comments"; |