diff --git a/ext/comment/theme.php b/ext/comment/theme.php index c06d6be1..22aeee8f 100644 --- a/ext/comment/theme.php +++ b/ext/comment/theme.php @@ -125,7 +125,7 @@ class CommentListTheme extends Themelet $html .= $this->comment_to_html($comment, true); } $html .= "Full List"; - $page->add_block(new Block("Comments", $html, "left", 50, "comment-list-recent")); + $page->add_block(new Block("Comments", $html, "left", 70, "comment-list-recent")); } /**