From 16c316c816b9cfe0d32f7387dc9027ae6604c8d3 Mon Sep 17 00:00:00 2001 From: Jeroen Bensch Date: Tue, 17 Apr 2001 18:51:17 +0000 Subject: Hey, I also applied UnConeD's remark about the PHP_SELF. And remover jeroen2.theme, added yaroon.theme and commit it now. Dries, if you have 5 minutes, just move the jeroen2 directory to yaroon. Jeroen. --- themes/yaroon/yaroon.theme | 256 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 256 insertions(+) create mode 100644 themes/yaroon/yaroon.theme diff --git a/themes/yaroon/yaroon.theme b/themes/yaroon/yaroon.theme new file mode 100644 index 000000000..f692c84bf --- /dev/null +++ b/themes/yaroon/yaroon.theme @@ -0,0 +1,256 @@ + + + + + + + <?php echo variable_get(site_name, "drupal"); ?> + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +   "> + +
+ + +
+
+ + + +
+
+ + + + +
+ +tid) { + case 0: $color = "#c4a2a2"; $img = "square2.gif"; break; + case 1: $color = "#a2c4a7"; $img = "square3.gif"; break; + case 2: $color = "#c2c4a2"; $img = "square4.gif"; break; + case 3: $color = "#ad4322"; $img = "square5.gif"; break; + case 4: $color = "#6c6c23"; $img = "square6.gif"; break; + case 5: $color = "#d31717"; $img = "square7.gif"; break; + case 6: $color = "#383838"; $img = "square8.gif"; break; + default: $color = "#a3b1c7"; $img = "square.gif"; + } + +?> + + + + + + + + + + + + +
+  title); ?> + format_username($story->userid), "%b" => format_date($story->timestamp), "small")); echo $story->cid; ?> +
+ +". check_output($story->abstract, 1) ."
"; + if (!$main && $story->body) + echo "
". check_output($story->body, 1) ."
"; + echo"
+ "; + if ($main) + echo "". theme_morelink($this, $story) .""; + echo""; + +?> + +
  +
+ +cid\">\n"; + +?> + + + + + + + + + + + + + +
+  subject); ?> + format_username($comment->userid), "%b" => format_date($comment->timestamp), "small")); ?> +

+
+ comment, 1); ?> +
+
+ [ ]
+   +
+ + + + + + + + + + + + +
 

+
+ +

 
+ + + +
+   +
+  "> + + + +
+ + + + -- cgit v1.2.3