X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Findex.php;h=cf1abd86bf9249e9e1f70feaa71e497cb51156a2;hb=7350b9bf2a74585430d2ff814bb1d062053dabca;hp=86b235497bbfcb5682fc7d3d1cadfc4f079da84b;hpb=6dde90688312dc2658a007ee963ba6841eae4940;p=brisk.git diff --git a/web/index.php b/web/index.php index 86b2354..cf1abd8 100644 --- a/web/index.php +++ b/web/index.php @@ -235,8 +235,14 @@ function poll_dom() { function carousel_top() { - $rn = rand(1, 3); - return (sprintf('', $rn)); + $what = rand(1,2); + if ($what == 1) { + $rn = rand(1, 3); + return (sprintf('il negozio virtuale di Brisk', $rn)); + } + else { + return (sprintf('il nuovo blog di Brisk')); + } } function index_main(&$room, $transp_type, &$header_out, $addr, $get, $post, $cookie)