|
From: Florin C B. <ory...@us...> - 2013-07-04 00:38:36
|
Update of /cvsroot/mxbb/mx_clock In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv22189 Modified Files: mx_clock.php Removed Files: profile_clocks.php Log Message: Index: mx_clock.php =================================================================== RCS file: /cvsroot/mxbb/mx_clock/mx_clock.php,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** mx_clock.php 26 Apr 2013 14:11:51 -0000 1.11 --- mx_clock.php 4 Jul 2013 00:38:34 -0000 1.12 *************** *** 29,32 **** --- 29,33 ---- $flash_wmode_trasparent = $mx_block->get_parameters('flash_wmode_trasparent'); $comunity = $mx_block->get_parameters('comunity'); + $country_code = $mx_block->get_parameters('country_code'); $country = $mx_block->get_parameters('country'); $province = $mx_block->get_parameters('province'); *************** *** 140,147 **** 'COMUNITY' => ( !empty($comunity) ? $comunity : 'asia' ), //continent=North America 'COUNTRY' => ( !empty($country) ? $country : 'Israel' ), //&country=United States 'STATE' => ( !empty($province) ? $province : $city), //&province=Massachusetts 'CITY' => ( !empty($city) ? $city : 'Jerusalem' ), //&city=Boston ! 'G_HOURS' => $gh, ! 'G_MINUTES' => $gm, 'GBC' => $gbc, 'GFC' => $gfc, --- 141,149 ---- 'COMUNITY' => ( !empty($comunity) ? $comunity : 'asia' ), //continent=North America 'COUNTRY' => ( !empty($country) ? $country : 'Israel' ), //&country=United States + 'FLAGCODE' => ( !empty($country_code) ? $country_code : 'il'), 'STATE' => ( !empty($province) ? $province : $city), //&province=Massachusetts 'CITY' => ( !empty($city) ? $city : 'Jerusalem' ), //&city=Boston ! 'G_HOURS' => $gh, ! 'G_MINUTES' => $gm, 'GBC' => $gbc, 'GFC' => $gfc, --- profile_clocks.php DELETED --- |