X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Findex.php;h=c11a22d48e379dde73556f157114540c84ebecd9;hb=4cde4a448fe46347671b8d21a088626772af4987;hp=86b235497bbfcb5682fc7d3d1cadfc4f079da84b;hpb=9ab060c9b70ac285727871e3f79a4ba144620b2b;p=brisk.git diff --git a/web/index.php b/web/index.php index 86b2354..c11a22d 100644 --- a/web/index.php +++ b/web/index.php @@ -185,6 +185,10 @@ $mlang_room = array( 'userpasserr' => array('it' => 'Utente e/o password errati 'en' => 'user\'s placings'), 'itm_cla' => array('it' => 'classifiche', 'en' => 'placings'), + 'tit_mnu' => array('it' => 'minuta giornaliera', + 'en' => 'daily report'), + 'itm_mnu' => array('it' => 'minuta', + 'en' => 'daily deport'), 'tit_rmap' => array('it' => 'prossime funzionalità implementate', 'en' => 'roadmap of next functionalities'), 'itm_rmap' => array('it' => 'roadmap', @@ -235,8 +239,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) @@ -606,6 +616,10 @@ google_color_url = "000000"; onmouseover="menu_hide(0,1);" title="'.$mlang_room['tit_cla'][$G_lang].'" onclick="act_placing();">'.$mlang_room['itm_cla'][$G_lang].'
+'.$mlang_room['itm_mnu'][$G_lang].'
+ '.$mlang_room['itm_rmap'][$G_lang].'