diff options
author | Dries Buytaert <dries@buytaert.net> | 2003-01-29 23:29:01 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2003-01-29 23:29:01 +0000 |
commit | 2436dfbccf4283682ca3992cbfb411667a700d7c (patch) | |
tree | 530fc76f63e6c0a90089ed6a5f68c31fefc8c0b1 | |
parent | 2e6e1efbae3358dd236a8029ee27f4d5a2c0289b (diff) | |
download | brdo-2436dfbccf4283682ca3992cbfb411667a700d7c.tar.gz brdo-2436dfbccf4283682ca3992cbfb411667a700d7c.tar.bz2 |
- Bugfix: removed the call to comment_moderation.
-rw-r--r-- | themes/marvin/marvin.theme | 4 | ||||
-rw-r--r-- | themes/unconed/unconed.theme | 5 |
2 files changed, 0 insertions, 9 deletions
diff --git a/themes/marvin/marvin.theme b/themes/marvin/marvin.theme index 164ff80fd..26e9bf547 100644 --- a/themes/marvin/marvin.theme +++ b/themes/marvin/marvin.theme @@ -131,10 +131,6 @@ print " <td align=\"right\" width=\"5%\"><b>". t("Subject") .":</b></td>\n"; print " <td width=\"80%\"><b><font color=\"#666699\">$comment->subject</font></b></td>\n"; - // Moderation: - print " <td align=\"right\" rowspan=\"3\" valign=\"middle\" width=\"15%\">\n"; - print comment_moderation($comment); - print " </td>\n"; print " </tr>\n"; // Author: diff --git a/themes/unconed/unconed.theme b/themes/unconed/unconed.theme index 01358cad8..8d1e64136 100644 --- a/themes/unconed/unconed.theme +++ b/themes/unconed/unconed.theme @@ -154,11 +154,6 @@ echo " <TD ALIGN=\"right\" VALIGN=\"top\" WIDTH=\"5%\"><FONT COLOR=\"$this->hlcolor1\"><B>" . t("Subject") . ":</B></FONT></TD><TD WIDTH=\"80%\">"; echo " <B><FONT COLOR=\"$this->fgcolor1\">$comment->subject</FONT></B>"; echo " </TD>"; - - // Moderation: - echo " <TD ALIGN=\"right\" ROWSPAN=\"3\" VALIGN=\"middle\" WIDTH=\"15%\">"; - print comment_moderation($comment); - echo " </TD>"; echo " </TR>"; // Author: |