From 15d5995eceac3fd6295d0dba228eb6c3524a7909 Mon Sep 17 00:00:00 2001 From: Jeroen Bensch Date: Mon, 22 Jan 2001 20:56:51 +0000 Subject: Another round of themeing and this is where I got, there are still some "minor" box-gfx glitches, about which I will talk to Dries cuz I got them away, but then something else went wrong. It's an IMG vs. BACKGROUND thing. And if you click a read more link, I got some error in include.inc of which I don't I can help it... Well, apart from that everything should work. So try out http://jeroen.drop.org and let me know if anything weird happens... Jeroen. --- themes/jeroen/jeroen.theme | 134 ++++++++++----------------------------------- 1 file changed, 29 insertions(+), 105 deletions(-) diff --git a/themes/jeroen/jeroen.theme b/themes/jeroen/jeroen.theme index 9b4378ce0..940aeb32f 100644 --- a/themes/jeroen/jeroen.theme +++ b/themes/jeroen/jeroen.theme @@ -42,8 +42,7 @@ @@ -92,13 +91,13 @@ - category\">fgcolor3; ?>\">$story->category "; + category\">fgc3; ?>\">$story->category "; } else { print "Reported to us by $anonymous on $timestamp"; ?> category\"> - fgcolor3; ?>\">$story->category"; + fgc3; ?>\">$story->category"; } ?> @@ -117,17 +116,17 @@ updates) { - echo "

$story->abstract

hlcolor1\">Editor's note by editor\">$story->editor:$story->updates

"; + echo "

hlc1\">Editor's note: ". check_output($story->updates, 1) ."

"; } - else { - echo $story->abstract; + if ($story->abstract) { + echo "

". check_output($story->abstract, 1) ."

"; } ?> - + @@ -170,7 +169,7 @@   - + $how by userid\">$story->userid on $story->timestamp"; ?> - category\">fgcolor3; ?>\">$story->category "; + category\">fgc3; ?>\">$story->category "; } else { print "Reported to us by $anonymous on $story->timestamp"; ?> @@ -217,7 +216,7 @@ echo $story->abstract; } if ($story->article) - echo "

". check_out($story->article) ."

"; + echo "

". check_output($story->article) ."

"; ?> @@ -241,71 +240,9 @@ - - - - - - - - - - - - - - - -
- - - Comment control - -
-
- - - - - "> - - -
-
bgcolor2"; ?>"> - fgcolor2"; ?>">There are at least comments below your threshold. -
- -"; - print theme_comment_moderation($comment); + print comment_moderation($comment); echo " "; echo " "; @@ -367,31 +304,22 @@ ?> - + - - - + + + - - - + + - - + - + -
-   -   -   -   -    
-   - - - -   +   +  
  +  
@@ -400,17 +328,17 @@
  
+     - +
@@ -429,11 +357,7 @@ $this->box("Drop where?", "home
faq
searchsubmit news
your account"); - //Display main blocks: - theme_main_blocks($this); - - //Display user-defined blocks: - theme_user_blocks($this); + theme_account($this); ?> @@ -442,7 +366,7 @@ - [ home | faq | search | submit news | your account ] + [ home | faq | search | submit news | your account ] -- cgit v1.2.3