forked from Cavemanon/cavepaintings
missed a bit
This commit is contained in:
@@ -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"));
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user