[comment] move recent comments below tags on post list

This commit is contained in:
discomrade 2024-06-14 00:02:02 +00:00 committed by Shish
parent 38a7bb542b
commit f7047350b9

View file

@ -125,7 +125,7 @@ class CommentListTheme extends Themelet
$html .= $this->comment_to_html($comment, true);
}
$html .= "<a class='more' href='".make_link("comment/list")."'>Full List</a>";
$page->add_block(new Block("Comments", $html, "left", 50, "comment-list-recent"));
$page->add_block(new Block("Comments", $html, "left", 70, "comment-list-recent"));
}
/**