X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2FObj%2Fbrisk.phh;h=8945fbfc80eef5bd93a2ec6ab922774e2e41397d;hb=0540c90ea2e5cf8754fcaf63feab4ba46448f730;hp=e19b659eed51c328285dd0cf3bf4528c75922257;hpb=b5a8e7f4991ef21b67e29f5300bc3c433be649c4;p=brisk.git diff --git a/web/Obj/brisk.phh b/web/Obj/brisk.phh index e19b659..8945fbf 100644 --- a/web/Obj/brisk.phh +++ b/web/Obj/brisk.phh @@ -150,12 +150,12 @@ $mlang_brisk = array( 'btn_backstand'=> array( 'it' => 'torna in piedi', $G_lng = langtolng($G_lang); $G_all_points = array( 11,10,4,3,2, 0,0,0,0,0 ); -$G_brisk_version = "4.13.0"; +$G_brisk_version = "4.13.2"; /* MLANG: ALL THE INFO STRINGS IN brisk.phh */ -$root_wellarr = array( 'it' => array ( 'Brisk (Ver. '.$G_brisk_version.'), NOVITA\': nuovo sistema per calcolare le classifiche, corretto bug nel comando cont', +$root_wellarr = array( 'it' => array ( 'Brisk (Ver. '.$G_brisk_version.'), NOVITA\': nuovo sistema per calcolare le classifiche, corretto bug nel comando cont, aggiunto servizio per add-on firefox', 'Se vuoi iscriverti alla Mailing List, cliccala!' ), - 'en' => array ( 'Brisk (Ver. '.$G_brisk_version.'), NEWS: new placements calculation system, cont command fixed.', + 'en' => array ( 'Brisk (Ver. '.$G_brisk_version.'), NEWS: new placements calculation system, cont command fixed, add-on firefox service added.', 'If you want to subscribe our Mailing List, click it!' ) ); $G_room_help = array( 'it' => ' @@ -3121,4 +3121,17 @@ class Poll { } } +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')); + } +} + + ?>