X-Git-Url: http://mop.ddnsfree.com/gitweb/?p=brisk.git;a=blobdiff_plain;f=web%2Findex.php;h=6ee1d74fc6b53773e161c13af4d371c8a3498d93;hp=294234cae1792aaa7ed38dc5a107a496eb6ec9a8;hb=ef707202db0efb1094bac1ad7e2f1a656be252c0;hpb=2df71753e1e8eeb36d37ac21eba24df8f25a8d32 diff --git a/web/index.php b/web/index.php index 294234c..6ee1d74 100644 --- a/web/index.php +++ b/web/index.php @@ -237,18 +237,6 @@ function poll_dom() { return ''; } -function carousel_top() -{ - $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(&$brisk, $transp_type, &$header_out, $addr, $get, $post, $cookie) { GLOBAL $G_with_donors, $G_donors_cur, $G_donors_all;