From a637313205447656af27ebf08a5078ba4002f94c Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 16 Apr 2001 19:54:08 +0000 Subject: - updated the forgotten theme: theme Jeroen doesn't render 100% correct in Netscape btw - it is certainly not due to my changes. I have this feeling that there is an unclosed tag somewhere. - all these themes are getting a pain to maintain but I guess nothing we can do about it. Hopefully the theme API is about to stabalize soon. In future, we should certainly keep the number of "supported" below 10 so as so we have, say, 11 themes I suggest to kick out the one that is less interesting. It will then become an "unsupported theme" available through drop.org/drupal but maybe not in prime condition. It think we'll have our hands full with 10 themes already. It is really the max IMHO. Comments/suggestions/noding heads? --- themes/jeroen/jeroen.theme | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'themes') diff --git a/themes/jeroen/jeroen.theme b/themes/jeroen/jeroen.theme index 36a5a408d..e3d15db3e 100644 --- a/themes/jeroen/jeroen.theme +++ b/themes/jeroen/jeroen.theme @@ -79,7 +79,7 @@ } // close header function - function story($story, $reply = 0) { + function story($story, $main = 0) { ?> @@ -118,7 +118,7 @@ - section) ."\">". check_output($story->section) .""; + section) ."\">". check_output($story->section) ."cid\">". check_output($story->category) ." / tid\">". check_output($story->topic) .""; ?> @@ -130,7 +130,7 @@ ". check_output($story->abstract, 1) ."
"; - if ($reply && $story->body) + if (!$main && $story->body) echo "
". check_output($story->body, 1) ."
"; ?> @@ -139,13 +139,9 @@ - ". theme_morelink($this, $story) .""; - else - echo "". $reply .""; ?> -- cgit v1.2.3