diff --git a/ext/view/theme.php b/ext/view/theme.php index 3b59668e..15069318 100644 --- a/ext/view/theme.php +++ b/ext/view/theme.php @@ -9,7 +9,7 @@ class ViewImageTheme extends Themelet { $page->set_heading(html_escape($image->get_tag_list())); $page->add_block(new Block("Navigation", $this->build_navigation($image), "left", 0)); $page->add_block(new Block(null, $this->build_info($image, $editor_parts), "main", 10)); - $page->add_block(new Block(null, $this->build_pin($image), "main", 11)); + //$page->add_block(new Block(null, $this->build_pin($image), "main", 11)); } public function display_admin_block(Page $page, $parts) { diff --git a/themes/default/comment.theme.php b/themes/default/comment.theme.php index 405b3518..ac41df22 100644 --- a/themes/default/comment.theme.php +++ b/themes/default/comment.theme.php @@ -42,7 +42,7 @@ class CustomCommentListTheme extends CommentListTheme {