Index: trunk/wb/modules/news/comment_page.php
===================================================================
--- trunk/wb/modules/news/comment_page.php	(revision 889)
+++ trunk/wb/modules/news/comment_page.php	(revision 890)
@@ -29,6 +29,13 @@
 	exit(0);
 }
 
+// check if frontend.css file needs to be included into the <body></body> of page
+if ( (!function_exists('register_frontend_modfiles') || !defined('MOD_FRONTEND_CSS_REGISTERED')) && file_exists(WB_PATH .'/modules/news/frontend.css')) {
+	echo '<style type="text/css">';
+	include(WB_PATH .'/modules/news/frontend.css');
+	echo "\n</style>\n";
+}
+
 require_once(WB_PATH.'/include/captcha/captcha.php');
 
 // Get comments page template details from db
