From 9bb0f9fa542c02dbcef8c224aabe85c0b637eae8 Mon Sep 17 00:00:00 2001 From: Jeroen Bensch Date: Sat, 18 Aug 2001 16:10:47 +0000 Subject: Hey, This is a more up-to-date version of "Yaroon". Glad some people are actually using it. If you encounter any bugs just drop them in my personal mailbox or fase them through to the mailinglist and let everyone know that I can't commit anything that, more or less,... works. Greets, Jeroen. --- themes/yaroon/yaroon.theme | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/themes/yaroon/yaroon.theme b/themes/yaroon/yaroon.theme index fee63a65a..d964638f0 100644 --- a/themes/yaroon/yaroon.theme +++ b/themes/yaroon/yaroon.theme @@ -72,15 +72,16 @@ @@ -114,7 +115,7 @@ function node($node, $main = 0) { - switch ($node->tid) { + switch (rand(0,8)) { case 0: $color = "#c4a2a2"; $img = "square2.gif"; break; case 1: $color = "#a2c4a7"; $img = "square3.gif"; break; case 2: $color = "#c2c4a2"; $img = "square4.gif"; break; @@ -125,12 +126,14 @@ default: $color = "#a3b1c7"; $img = "square.gif"; } + + ?> @@ -146,7 +149,7 @@
-  title); ?> +  title); ?> format_name($node->name), "%b" => format_date($node->timestamp), "small")); ?>
"; if ($main) - echo $this->links(node_link($node)); + echo "[ ". $this->links(link_node($node)) ." ]"; echo""; ?> @@ -157,6 +160,7 @@
+