diff --git a/themes/jeroen/jeroen.theme b/themes/jeroen/jeroen.theme index 57dfd9eafce5e445054ead2fbb60d80d42e3176a..a0a67b07289b43ca56fce457d1068552018563ab 100644 --- a/themes/jeroen/jeroen.theme +++ b/themes/jeroen/jeroen.theme @@ -329,7 +329,7 @@ function comment($comment, $link = "", $thread = "") { } // 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";