sidebar fails in this theme

git-svn-id: file:///home/shish/svn/shimmie2/trunk@849 7f39781d-f577-437e-ae19-be835c7a54ca
This commit is contained in:
shish 2008-05-16 22:27:58 +00:00
parent ff2e3cf035
commit a07d0771b1

View File

@ -23,6 +23,10 @@ class CustomCommentListTheme extends CommentListTheme {
$this->display_paginator($page, "comment/list", null, $page_number, $total_pages, 90); $this->display_paginator($page, "comment/list", null, $page_number, $total_pages, 90);
} }
public function display_recent_comments($page, $comments) {
// sidebar fails in this theme
}
private function build_upload_box() { private function build_upload_box() {
return "[[ insert upload-and-comment extension here ]]"; return "[[ insert upload-and-comment extension here ]]";
} }