missed a bit
This commit is contained in:
parent
78d13ff214
commit
41971f907f
@ -147,7 +147,7 @@ class CommentListTheme extends Themelet {
|
|||||||
if(empty($html)) {
|
if(empty($html)) {
|
||||||
$html = '<p>No comments by this user.</p>';
|
$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"));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user