Skip to content
Snippets Groups Projects
Commit 48e48976 authored by Jeroen's avatar Jeroen
Browse files

Should be OK now, also put a TD and a TR on seperate lines somewhere... seems...

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.
parent 9d66a204
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
...@@ -329,7 +329,7 @@ function comment($comment, $link = "", $thread = "") { ...@@ -329,7 +329,7 @@ function comment($comment, $link = "", $thread = "") {
} // close comment function } // close comment function
function box($subject, $content, $options = "") { 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); $width = rand(10, 200);
$img2 = (rand(0, 100) == 50) ? "boxtopleftside2.gif" : "boxtopleftside1.gif"; $img2 = (rand(0, 100) == 50) ? "boxtopleftside2.gif" : "boxtopleftside1.gif";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment