missed a bit

This commit is contained in:
Shish 2012-03-12 05:36:39 +00:00
parent 78d13ff214
commit 41971f907f

View File

@ -147,7 +147,7 @@ class CommentListTheme extends Themelet {
if(empty($html)) {
$html = '<p>No comments by this user.</p>';
}
$page->add_block(new Block("Comments", $html, "left", 70));
$page->add_block(new Block("Comments", $html, "left", 70, "comment-list"));
}