From a07d0771b11e8e022b7a3d46f65a1da38dfee90d Mon Sep 17 00:00:00 2001 From: shish Date: Fri, 16 May 2008 22:27:58 +0000 Subject: [PATCH] sidebar fails in this theme git-svn-id: file:///home/shish/svn/shimmie2/trunk@849 7f39781d-f577-437e-ae19-be835c7a54ca --- themes/futaba/comment.theme.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/themes/futaba/comment.theme.php b/themes/futaba/comment.theme.php index 30f07fde..704510cf 100644 --- a/themes/futaba/comment.theme.php +++ b/themes/futaba/comment.theme.php @@ -22,6 +22,10 @@ class CustomCommentListTheme extends CommentListTheme { $page->add_block(new Block(null, "
", "main", 80)); $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() { return "[[ insert upload-and-comment extension here ]]";