summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2000-11-07 08:59:36 +0000
committerDries Buytaert <dries@buytaert.net>2000-11-07 08:59:36 +0000
commitd4fc1dfa888305c57f52730ba9dcec800896c004 (patch)
treead0e7359a1d0568c1a2707c3ed17ee823b75f9f6 /themes
parented1a244398d83e6232469d5f7dfae2b82ecfde9b (diff)
downloadbrdo-d4fc1dfa888305c57f52730ba9dcec800896c004.tar.gz
brdo-d4fc1dfa888305c57f52730ba9dcec800896c004.tar.bz2
* small improvements to my themes:
- they now use 'discussion_num_filtered()' to display the number of filtered comments.
Diffstat (limited to 'themes')
-rw-r--r--themes/marvin/marvin.theme15
1 files changed, 4 insertions, 11 deletions
diff --git a/themes/marvin/marvin.theme b/themes/marvin/marvin.theme
index 6b3356c00..916aab382 100644
--- a/themes/marvin/marvin.theme
+++ b/themes/marvin/marvin.theme
@@ -39,7 +39,7 @@
<TABLE BORDER="0" CELLPADDING="8" CELLSPACING="0">
<TR>
<TD WIDTH="30" ROWSPAN="3">&nbsp;</TD>
- <TD WIDTH="470"><A HREF=""><IMG SRC="themes/marvin/images/logo.gif" ALT="drop.org" BORDER="0"></A></TD>
+ <TD WIDTH="440"><A HREF=""><IMG SRC="themes/marvin/images/logo.gif" ALT="drop.org" BORDER="0"></A></TD>
<TD WIDTH="180">
<LI>Create an <A HREF="account.php?op=register">account</A> and <A HREF="submit.php">submit</A> new stories.</LI>
<LI>Send your questions, feedback and bug reports to <A HREF="mailto:info@drop.org">info@drop.org</A>.</LI>
@@ -49,7 +49,7 @@
<TD ALIGN="right" COLSPAN="2"><SMALL><A HREF="">home</A> | <A HREF="faq.php">faq</A> | <A HREF="diary.php">diary</A> | <A HREF="search.php">search</A> | <A HREF="submit.php">submit news</A> | <A HREF="account.php">user account</A></SMALL></TD>
</TR>
<TR>
- <TD VALIGN="top">
+ <TD VALIGN="top" WIDTH="440">
<?
}
@@ -156,16 +156,9 @@
</FORM>
</TD>
</TR>
- <?
- $result = db_query("SELECT COUNT(cid) FROM comments WHERE sid = $sid AND score < $threshold");
- if ($result && $number = db_result($result, 0)) {
- ?>
<TR>
- <TD ALIGN="center" BGCOLOR="<? echo "$this->bgcolor2"; ?>"><SMALL><FONT COLOR="<? echo "$this->fgcolor2"; ?>">There are at least <? echo $number; ?> comments below your threshold.</FONT></SMALL></TD>
+ <TD ALIGN="center" BGCOLOR="<? echo "$this->bgcolor2"; ?>"><SMALL><FONT COLOR="#C0C0C0">At least <? echo format_plural(discussion_num_filtered($sid, $pid), "comment", "comments"); ?> below your threshold.</FONT></SMALL></TD>
</TR>
- <?
- }
- ?>
</TABLE>
</TD>
</TR>
@@ -253,7 +246,7 @@
function footer() {
?>
</TD>
- <TD VALIGN="top">
+ <TD VALIGN="top" WIDTH="180">
<?
global $PHP_SELF;