diff options
Diffstat (limited to 'themes/marvin/marvin.theme')
-rw-r--r-- | themes/marvin/marvin.theme | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/themes/marvin/marvin.theme b/themes/marvin/marvin.theme index 224d4816a..1bd4d7cf9 100644 --- a/themes/marvin/marvin.theme +++ b/themes/marvin/marvin.theme @@ -69,15 +69,6 @@ print "<BR><BR>\n\n"; } - function controls() { - print "<TABLE BORDER=\"0\" CELLPADDING=\"0\" CELLSPACING=\"0\">\n"; - print " <TR><TD BGCOLOR=\"#000000\"><IMG SRC=\"themes/marvin/images/pixel.gif\" WIDTH=\"100%\" HEIGHT=\"0\" ALT=\"\"></TD></TR>\n"; - print " <TR><TD> </TD></TR>\n"; - print " <TR><TD>". comment_controls() ."</TD></TR>\n"; - print " <TR><TD BGCOLOR=\"#000000\"><IMG SRC=\"themes/marvin/images/pixel.gif\" WIDTH=\"100%\" HEIGHT=\"0\" ALT=\"\"></TD></TR>\n"; - print "</TABLE>"; - } - function comment($comment, $link = "") { print "<A NAME=\"$comment->cid\">\n"; |