diff options
author | Jeroen Bensch <jeroen@44.no-reply.drupal.org> | 2001-02-27 18:02:36 +0000 |
---|---|---|
committer | Jeroen Bensch <jeroen@44.no-reply.drupal.org> | 2001-02-27 18:02:36 +0000 |
commit | 3207add7020c94bf8fde3a84a15ce7a99539e633 (patch) | |
tree | ab95c37a8bea6833fe653f31872169f42976d6af | |
parent | 40ddbc95f721fce2084713c14a6c4079dfd9315f (diff) | |
download | brdo-3207add7020c94bf8fde3a84a15ce7a99539e633.tar.gz brdo-3207add7020c94bf8fde3a84a15ce7a99539e633.tar.bz2 |
<MINDOFEVERYONE>Oh, no not again, not him.</MINDOFEVERYONE>
OK, now it's finished, really. Fixed a small gfx glitch, and the categories seem to be called sections now...
It's done, and ready for release. Really.
Jeroen.
-rw-r--r-- | themes/jeroen/jeroen.theme | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/themes/jeroen/jeroen.theme b/themes/jeroen/jeroen.theme index 2d17bf4ae..48a882f7e 100644 --- a/themes/jeroen/jeroen.theme +++ b/themes/jeroen/jeroen.theme @@ -115,8 +115,8 @@ PHP?> echo "<FONT SIZE=\"-1\">$how by ". format_username($story->userid) ." on $timestamp </FONT> </TD> - <TD ALIGN=\"right\" BACKGROUND=\"themes/jeroen/images/menutitle.gif\"> - <B><A HREF=\"search.php?category=". urlencode($story->category) ."\"><FONT COLOR=\"<? $this->fgc3; ?>\">$story->category</FONT></A></B>"; + <TD ALIGN=\"right\" BACKGROUND=\"themes/jeroen/images/menutitle.gif\" NOWRAP> + <B><A HREF=\"search.php?category=". urlencode($story->section) ."\"><FONT COLOR=\"<? $this->fgc3; ?>\">$story->section</FONT></A></B>"; PHP?> @@ -199,14 +199,14 @@ PHP?> if ($story->userid) { echo "<FONT SIZE=\"-1\">$how by ". format_username($story->userid) ." on $timestamp"; ?><? echo "</FONT> </TD> - <TD ALIGN=\"right\" BACKGROUND=\"themes/jeroen/images/menutitle.gif\"> - <B><A HREF=\"search.php?category=". urlencode($story->category) ."\"><FONT COLOR=\"<? $this->fgc3; ?>\">$story->category</FONT></A></B>"; + <TD ALIGN=\"right\" BACKGROUND=\"themes/jeroen/images/menutitle.gif\" NOWRAP> + <B><A HREF=\"search.php?category=". urlencode($story->section) ."\"><FONT COLOR=\"<? $this->fgc3; ?>\">$story->section</FONT></A></B>"; } else { echo "<FONT SIZE=\"-1\">Reported to us by $anonymous on $story->timestamp"; ?><? print "</FONT> </TD> - <TD ALIGN=\"right\" BACKGROUND=\"themes/jeroen/images/menutitle.gif\"> - <A HREF=\"search.php?category=". urlencode($story->category) ."\"><FONT COLOR=\"<? $this->fgc3; ?>\">$story->category</FONT></A>"; + <TD ALIGN=\"right\" BACKGROUND=\"themes/jeroen/images/menutitle.gif\" NOWRAP> + <A HREF=\"search.php?category=". urlencode($story->section) ."\"><FONT COLOR=\"<? $this->fgc3; ?>\">$story->section</FONT></A>"; } PHP?> @@ -282,7 +282,7 @@ PHP?> echo " </TD>"; // Moderation: - echo " <TD BGCOLOR=\"#6C6C6C\" ALIGN=\"right\"ROWSPAN=\"2\" VALIGN=\"middle\" WIDTH=\"15%\">"; + echo " <TD BGCOLOR=\"#6C6C6C\" BACKGROUND=\"themes/jeroen/images/menutitle.gif\" ALIGN=\"right\"ROWSPAN=\"2\" VALIGN=\"middle\" WIDTH=\"15%\">"; echo comment_moderation($comment); echo " </TD>"; echo " </TR>"; |