'#d4d4d4', "bgho_cuise_$id" => '#a0a0a0', "bd_cuise_$id" => '#4F4F4F', "co_cuise_$id" => '#4F4F4F', "coho_cuise_$id" => '#5f5f5f', "img_cuise_$id" => $name_img[$id], "chk_cuise_x_$id" => 'checked', "chk_cuise_y_$id" => '', "rayon_cuise_$id" => '8px', "chk_cuise_$id" => '' )); } $keys=$params ; }else{ $keys=$_GET; } global $theme ; $theme_dir = $keys['theme']; $theme_parent = $keys['parent']; /*===============================================*/ if ($keys['chk_cuise_0']!='checked'){ $fondBG = "url(./images/" . $keys['img_cuise_0'].")" ; $fondBG_hover = "url(./images/hover_" . $keys['img_cuise_0'].")" ; }else { $fondBG ="none"; $fondBG_hover ="none"; } $fondBG_rayon = $keys['rayon_cuise_0']; $fondBG_color = str_replace("_", "#", $keys['bg_cuise_0']); $fondBG_color_hover = str_replace("_", "#", $keys['bgho_cuise_0']); $fondBG_a = str_replace("_", "#", $keys['co_cuise_0']); $fondBG_a_hover= str_replace("_", "#", $keys['coho_cuise_0']); /*===============================================*/ if ($keys['chk_cuise_1']!='checked'){ $fondBp = "url(./images/" . $keys['img_cuise_1'].")" ; $fondBp_hover = "url(./images/hover_".$keys['img_cuise_1'].")"; }else { $fondBp ="none"; $fondBp_hover ="none"; } $fondBp_color = str_replace("_", "#", $keys['bg_cuise_1']); $fondBp_color_hover =str_replace("_", "#", $keys['bgho_cuise_1']); $fondBp_a = str_replace("_", "#", $keys['co_cuise_1']); $fondBp_a_hover= str_replace("_", "#", $keys['coho_cuise_1']); $fondBp_rayon = $keys['rayon_cuise_1']; /*=========== Menubar ========================*/ if ($keys['chk_cuise_2']!='checked'){ $Menu_bar = "url(images/".$keys['img_cuise_2'].")"; $Menu_bar_hover = "url(images/hover_".$keys['img_cuise_2'].")"; }else { $Menu_bar ="none"; $Menu_bar_hover = "non"; } $Menu_bar_color = str_replace("_", "#", $keys['bg_cuise_2']); $Menu_bar_color_hover = str_replace("_", "#", $keys['bgho_cuise_2']); $Menu_bar_a = str_replace("_", "#", $keys['co_cuise_2']); $Menu_bar_a_hover= str_replace("_", "#", $keys['coho_cuise_2']); $Menu_bar_rayon = $keys['rayon_cuise_2']; /*===============================================*/ if ($keys['chk_cuise_3']!='checked'){ $thumbnail = "url(images/".$keys['img_cuise_3'].")"; $thumbnail_hover = "url(images/hover_".$keys['img_cuise_3'].")"; }else { $thumbnail="none"; $thumbnail_hover="none"; } $thumbnail_color = str_replace("_", "#", $keys['bg_cuise_3']); $thumbnail_color_hover = str_replace("_", "#", $keys['bgho_cuise_3']); $thumbnail_rayon = $keys['rayon_cuise_3']; $thumbnail_a = str_replace("_", "#", $keys['co_cuise_3']); $thumbnail_a_hover= str_replace("_", "#", $keys['coho_cuise_3']); /*===============================================*/ $bck_header="none"; $bck_header_hover="none"; if ($keys['chk_cuise_4']!='checked'){ $bck_header = "url(images/".$keys['img_cuise_4'].")"; if(file_exists("images/hover_".$keys['img_cuise_4'])) $bck_header_hover = "url(images/hover_".$keys['img_cuise_4'].")"; } $bck_header_color = str_replace("_", "#", $keys['bg_cuise_4']); $bck_header_color_hover = str_replace("_", "#", $keys['bgho_cuise_4']); $bck_header_rayon = $keys['rayon_cuise_4']; $bck_header_a = str_replace("_", "#", $keys['co_cuise_4']); $bck_header_a_hover= str_replace("_", "#", $keys['coho_cuise_4']); $prefix=$keys['redraw']; header( 'content-type: text/css' ); /* if($keys['redraw'] != true ){ } header('HTTP/1.0 304 Not Modified'); header('Cache-Control: max-age=3600, must-revalidate'); */ include "admin_theme.css.php" ; ?>