From 3207add7020c94bf8fde3a84a15ce7a99539e633 Mon Sep 17 00:00:00 2001 From: Jeroen Bensch Date: Tue, 27 Feb 2001 18:02:36 +0000 Subject: [PATCH] Oh, no not again, not him. 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. --- themes/jeroen/jeroen.theme | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/themes/jeroen/jeroen.theme b/themes/jeroen/jeroen.theme index 2d17bf4ae66..48a882f7e49 100644 --- a/themes/jeroen/jeroen.theme +++ b/themes/jeroen/jeroen.theme @@ -115,8 +115,8 @@ PHP?> echo "$how by ". format_username($story->userid) ." on $timestamp - - category) ."\">fgc3; ?>\">$story->category"; + + section) ."\">fgc3; ?>\">$story->section"; PHP?> @@ -199,14 +199,14 @@ PHP?> if ($story->userid) { echo "$how by ". format_username($story->userid) ." on $timestamp"; ?> - - category) ."\">fgc3; ?>\">$story->category"; + + section) ."\">fgc3; ?>\">$story->section"; } else { echo "Reported to us by $anonymous on $story->timestamp"; ?> - - category) ."\">fgc3; ?>\">$story->category"; + + section) ."\">fgc3; ?>\">$story->section"; } PHP?> @@ -282,7 +282,7 @@ PHP?> echo " "; // Moderation: - echo " "; + echo " "; echo comment_moderation($comment); echo " "; echo " ";