diff --git a/themes/futaba/comment.theme.php b/themes/futaba/comment.theme.php
index b2716d3f..b25afa58 100644
--- a/themes/futaba/comment.theme.php
+++ b/themes/futaba/comment.theme.php
@@ -23,7 +23,7 @@ class CustomCommentListTheme extends CommentListTheme {
}
private function build_upload_box() {
- return "upload";
+ return "[[ insert upload-and-comment extension here ]]";
}
/*
@@ -43,12 +43,6 @@ class CustomCommentListTheme extends CommentListTheme {
$html .= "
" . $this->build_thumb_html($image) . "
";
$html .= "";
$html .= "";
- if($with_postbox) {
- $html .= "".($this->build_postbox($image->id))."
";
- }
- else {
- $html .= "";
- }
$page->add_block(new Block(null, $html, "main", $position));
}
diff --git a/themes/futaba/fade.png b/themes/futaba/fade.png
new file mode 100644
index 00000000..16d860b2
Binary files /dev/null and b/themes/futaba/fade.png differ
diff --git a/themes/futaba/style.css b/themes/futaba/style.css
index ea0f0356..a1afc762 100644
--- a/themes/futaba/style.css
+++ b/themes/futaba/style.css
@@ -6,7 +6,7 @@
BODY {
font-family: arial,helvetica,sans-serif;
font-size: 10pt;
- background: #FFFFEE;
+ background: #FFFFEE url(fade.png) top center repeat-x;
color: #800000;
padding-left: 5px;
padding-right: 5px;
@@ -30,6 +30,7 @@ IMG {border: none;}
FORM {margin: 0px;}
A, A:visited {text-decoration: none; color: #0000EE;}
A:hover {text-decoration: underline; color: #DD0000;}
+HR {border: none; border-top: 1px solid #D9BFB7; height: 0px; clear: both;}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *