Skip to content
Snippets Groups Projects
Commit 9286bfc1 authored by Jeroen's avatar Jeroen
Browse files

Mes excuses mais c'est la derniere fois...

parent 5a70a5f2
Branches
Tags
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
......@@ -286,7 +286,7 @@ SRC="themes/Jeroen/images/<? echo $img; ?>" WIDTH="20" HEIGHT="20" ALT=""></TD>
# Description..: a function to draw a box/block.
function box($subject, $content) {
include "config.inc";
if (rand(0,40) == 20) $img = "boxbottomright4.gif";
if (rand(0,40) == 20) $img = "boxbottomright6.gif";
else $img = "boxbottomright5.gif";
$width = rand(10,200);
?>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment