From 27e64f1dc6cc43b40592337eed360bdf7e3d7a59 Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Thu, 27 Nov 2008 06:14:32 +0000 Subject: Move javascript from default theme to appropriate modules --- modules/comment/helpers/comment_block.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'modules/comment/helpers') diff --git a/modules/comment/helpers/comment_block.php b/modules/comment/helpers/comment_block.php index 58a1a416..ee05a383 100644 --- a/modules/comment/helpers/comment_block.php +++ b/modules/comment/helpers/comment_block.php @@ -19,6 +19,11 @@ */ class comment_block_Core { + public static function head($theme) { + $url = url::file("modules/comment/js/comment.js"); + return "\n"; + } + public static function photo_bottom($theme) { return comment::block($theme, true); } -- cgit v1.2.3