X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Findex.php;h=439e65c591047e41ec686c44982bbf15b1e9b3f4;hb=1e580150bca7f599af6fc4c52f079fafd98ff94f;hp=0e9d615a709355d06f0b6beefc166512028ea9b5;hpb=408f27514f5af91523b71c284cff0b292865e867;p=brisk.git diff --git a/web/index.php b/web/index.php index 0e9d615..439e65c 100644 --- a/web/index.php +++ b/web/index.php @@ -153,20 +153,29 @@ function main() // $tables .= ''; } - $altout_propag = array( array ( 'url' => 'http://www.alternativeoutput.it', - 'content' => '' ), - array ( 'url' => 'http://virtualsky.alternativeoutput.it', - 'content' => '' ) + $altout_propag = array( array ( 'id' => 'btn_altout', + 'url' => 'http://www.alternativeoutput.it', + 'content' => 'img/altout80x15.png', + 'content_big' => 'img/altout80x15.png'), + array ( 'id' => 'btn_virtualsky', + 'url' => 'http://virtualsky.alternativeoutput.it', + 'content' => 'img/virtualsky80x15a.gif', + 'content_big' => 'img/virtualsky_big.png') ); // seed with microseconds since last "whole" second srand ((double) microtime() * 1000000); // $randval = rand(0,count($altout_propag)-1); $randval = 1; - $altout_carousel = sprintf('%s', + $altout_carousel = sprintf('', $altout_propag[$randval]['url'], + $altout_propag[$randval]['id'], $altout_propag[$randval]['content']); + $altout_carousel_big = sprintf('', + $altout_propag[$randval]['id'], + $altout_propag[$randval]['content_big']); + $brisk_donate = file_get_contents(FTOK_PATH."/brisk_donate.txt"); if ($brisk_donate == FALSE) @@ -259,14 +268,16 @@ $brisk_vertical_menu = '


sponsored by:

'.$altout_carousel.'
-

+

supported by:

-

+



%s %s -'; + + +'.$altout_carousel_big.''; /* Templates. */ if ($ACTION == 'login') { @@ -283,9 +294,8 @@ supported by:

- - - + + \n"); @@ -346,9 +359,7 @@ Digita il tuo nickname per accedere ai tavoli della briscola.

- - - + + \n");