WebsiteBaker 2.13.9 is now available!
R.I.P Dietmar (luisehahne) and thank you for all your valuable work for WBhttps://forum.websitebaker.org/index.php/topic,32355.0.html
<?php$imgs = scandir('../media/random');foreach ($imgs as $k => $img) { if (!stripos($img, ".jpg")) { unset($imgs[$k]); }}$imgs = array_rand(array_flip(array_values($imgs)), 11);foreach ($imgs as $img) { echo "<img src=\"../media/random/{$img}\" title=\"". substr($img, 0, -4). "\" width=\"75\" height=\"100\" />";}?>