diff options
author | Jeroen Bensch <jeroen@44.no-reply.drupal.org> | 2001-02-28 18:07:29 +0000 |
---|---|---|
committer | Jeroen Bensch <jeroen@44.no-reply.drupal.org> | 2001-02-28 18:07:29 +0000 |
commit | 48e489763bf4c356c4c82903afe7b36cbb8df0b9 (patch) | |
tree | 06f9e63679b3a167f4e41f06215ea3a08fed3b43 | |
parent | 9d66a204ae974e2b9cc928175aa4d8b20bf8af0d (diff) | |
download | brdo-48e489763bf4c356c4c82903afe7b36cbb8df0b9.tar.gz brdo-48e489763bf4c356c4c82903afe7b36cbb8df0b9.tar.bz2 |
Should be OK now, also put a TD and a TR on seperate lines somewhere... seems to fix a little graphical glitch I somethimes have, but I could've just been lucky too when I reloaded last times. :)
Jeroen.
-rw-r--r-- | themes/jeroen/jeroen.theme | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/jeroen/jeroen.theme b/themes/jeroen/jeroen.theme index 57dfd9eaf..a0a67b072 100644 --- a/themes/jeroen/jeroen.theme +++ b/themes/jeroen/jeroen.theme @@ -329,7 +329,7 @@ PHP?> } // close comment function function box($subject, $content, $options = "") { - $img = (rand(0, 5) == 2) ? "boxbottomright3.gif" : "boxbottomright1.gif"; + $img = (rand(0, 50) == 25) ? "boxbottomright2.gif" : "boxbottomright1.gif"; $width = rand(10, 200); $img2 = (rand(0, 100) == 50) ? "boxtopleftside2.gif" : "boxtopleftside1.gif"; |