From 72e8fa574f47a1813c45f8fce1fe34c623f1922c Mon Sep 17 00:00:00 2001 From: Jeroen Bensch Date: Mon, 5 Feb 2001 13:21:11 +0000 Subject: OK, this is the third time I'm trying to get my theme submitted. It should work now. It's ready for public release and can be added the the drupal CVS releases. First however, make sure you check htpp://jeroen.drop.org first and let me know if you find any more bugs. I still have to change a bit one a .gif before my footer is correct but that won't be a problem. And thanks to Dries for solving some theme-problems. Jeroen --- themes/jeroen/jeroen.theme | 204 +++++++++++++++++++++++---------------------- 1 file changed, 103 insertions(+), 101 deletions(-) diff --git a/themes/jeroen/jeroen.theme b/themes/jeroen/jeroen.theme index 71d92b743..f88ba4435 100644 --- a/themes/jeroen/jeroen.theme +++ b/themes/jeroen/jeroen.theme @@ -32,20 +32,36 @@ - +
+ + + + "); +?> + - - - - + - + + - - + - - + - @@ -210,13 +213,14 @@ @@ -241,7 +245,7 @@
drop.org logo

+box("Drop where?", "
+ home
+ faq
+ search +
+ diary
+ submit news + account +
+ +
- - - + " WIDTH="20" HEIGHT="20" NOWRAP>  subject) .""; ?> - - -  
-   - +     userid) { - print "$how by " . format_username($story->userid) . " on $timestamp; + } + print "$how by " . format_username($story->userid) . " on $timestamp - category\">fgc3; ?>\">$story->category "; - } - else { - print "Reported to us by $anonymous on $timestamp"; ?> - category\"> - fgc3; ?>\">$story->category"; - } + category) ."\">fgc3; ?>\">$story->category "; ?> -   -  
  + - +
@@ -137,7 +137,7 @@
     
@@ -156,7 +156,7 @@
- subject; ?> + subject); ?> @@ -171,18 +171,20 @@   userid) { - print "$how by userid\">$story->userid on $story->timestamp"; ?> + print "$how by userid\">$story->userid on $timestamp"; ?> category\">fgc3; ?>\">$story->category "; @@ -191,8 +193,9 @@ print "Reported to us by $anonymous on $story->timestamp"; ?> - fgcolor3; ?>\">$story->category"; - } + fgc3; ?>\">$story->category"; + } + ?> updates) { - echo "

$story->abstract

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

"; + echo "

check_output($story->abstract, 1)

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

"; } else { - echo $story->abstract; + echo check_output($story->abstract, 1); } - if ($story->article) - echo "

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

"; + if ($story->article) + echo "

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

"; + ?>
- - - - - + + + + + - - + - + - - - - - - - - - + + + + + + + + +
         
  - +   +   
  - - - - -
- -
-
 
-   - -   - - -
  + + + + +
+ +
+
 
   

@@ -351,26 +349,30 @@ ?> - + box("Drop where?", "home
faq
searchsubmit news
your account"); + global $PHP_SELF; + + theme_account($this); ?> - - - - - [ home | faq | search | submit news | your account ] - - - + + + + + + + + +
  + [ Home | Faq | Search | Diary| Submit news | Account ] +  
+ -- cgit v1.2.3