Move comment and recaptcha CSS to their respective modules.

This commit is contained in:
Chad Kieffer
2009-10-25 23:32:49 -06:00
parent 6403becb3f
commit 76aa4bd1ef
5 changed files with 56 additions and 5 deletions

View File

@@ -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";