X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Findex.php;h=80ed79172c395355e9d8d3ec539d8333de9ae91e;hb=bc9f83f69dd01502b04789b775689e2b1910cde3;hp=e8b0cf1a3e98a721f81e05e18f3ac7c730b07b49;hpb=0a68ccab151f191ec0019eff753008d8dead8ad2;p=brisk.git diff --git a/web/index.php b/web/index.php index e8b0cf1..80ed791 100644 --- a/web/index.php +++ b/web/index.php @@ -399,14 +399,18 @@ function index_main(&$room, $transp_type, &$header_out, $addr, $get, $post, $coo array ( 'id' => 'btn_foroli', 'url' => 'http://www.forumolimpia.it', 'content' => 'img/forumolimpia.gif', - 'content_big' => 'img/forumolimpia_big.png' ) ); + 'content_big' => 'img/forumolimpia_big.png' ), + array ( 'id'=> 'btn_niini', + 'url' => 'http://www.niinivirta.it', + 'content' => 'img/niinivirta.png', + 'content_big' => 'img/niinivirta_big.png') ); $altout_support = ""; $altout_support_big = ""; - for ($i = 0 ; $i < 3 ; $i++) { - $ii = ($i < 2 ? $i : 0); + for ($i = 0 ; $i < 4 ; $i++) { + $ii = ($i < 3 ? $i : 0); $altout_support .= sprintf('
', $i * 20, $altout_support_arr[$ii]['url'], @@ -888,7 +892,7 @@ supported by:
// alert(window.onbeforeunload); g_brow = get_browser_agent(); spo_slide = new sideslide($('spon_caro'), 80, 20); - sup_slide = new sideslide($('supp_caro'), 60, 20); + sup_slide = new sideslide($('supp_caro'), 80, 20); login_init(); window.onload = function() { g_brow = get_browser_agent(); spo_slide = new sideslide($('spon_caro'), 80, 20); - sup_slide = new sideslide($('supp_caro'), 60, 20); + sup_slide = new sideslide($('supp_caro'), 80, 20);