function xtc_get_scroller($conf_key) { $result = mysql_query('SELECT xtc_value FROM xtc_scroller WHERE xtc_key = "'.$conf_key.'"'); echo mysql_error(); $data = mysql_fetch_array($result); return $data['xtc_value']; } ?> function xtc_get_box_pos($box) { global $xtc_boxes_data; foreach ($xtc_boxes_data as $box_data) { if($box_data['name'] == $box) return $box_data['pos']; } return 'off'; } ?> function xtc_load_boxes() { $boxes = array(); $result = mysql_query('SELECT * FROM xtc_boxes ORDER BY box_pos, box_order '); while(($row = mysql_fetch_array($result) )) { $boxes[] = array('id' => $row['xtc_boxes_id'], 'name' => $row['box_name'], 'pos' => $row['box_pos'], 'order'=> $row['box_order'] ); } return $boxes; } ?> function xtc_get_url_infobox_bg($box=false) { $out = false; if($box !== false) { if(file_exists(DIR_FS_CATALOG.DIR_WS_IMAGES .'menubox/'.$box.'.gif')) { $out = DIR_WS_CATALOG.DIR_WS_IMAGES.'menubox/'.$box.'.gif'; } } if($out === false) { if(file_exists(DIR_FS_CATALOG.DIR_WS_IMAGES .'infobox_bg.gif')) { $out = DIR_WS_CATALOG.DIR_WS_IMAGES .'infobox_bg.gif'; } } return $out; } ?> Deprecated: Function ereg() is deprecated in /var/www/web7/html/store/includes/classes/paypal_checkout.php on line 103 Deprecated: Function ereg() is deprecated in /var/www/web7/html/store/includes/classes/paypal_checkout.php on line 105 Deprecated: Function split() is deprecated in /var/www/web7/html/store/templates/yaml_400_2050/source/boxes/categories.php on line 83 Deprecated: Function session_is_registered() is deprecated in /var/www/web7/html/store/includes/functions/sessions.php on line 88