/*
E2E commerce, Get your shop online FAST !
http://www.e2ecommerce.com
Copyright (c) 2004 Pubcompany S.R.L http://www.pubcompany.com
E2E Commerce is derived from: Copyright © 2003 osCommerce
E2E Commerce is redistributable under the GNU General Public License
*/
define('NUM_BOXES',16);
define('NUM_PAGES',43);
$page_array= array();
$page_array[]=TEXT_ALL;
$page_array[]='account';
$page_array[]='account_edit';
$page_array[]='account_edit_process';
$page_array[]='account_history';
$page_array[]='account_history_info';
$page_array[]='address_book';
$page_array[]='address_book_process';
$page_array[]='advanced_search';
$page_array[]='advanced_search_result';
$page_array[]='checkout_confirmation';
$page_array[]='checkout_payment';
$page_array[]='checkout_payment_address';
$page_array[]='checkout_process';
$page_array[]='checkout_shipping';
$page_array[]='checkout_shipping_address';
$page_array[]='checkout_success';
$page_array[]='conditions';
$page_array[]='contact_us';
$page_array[]='create_account';
$page_array[]='create_account_process';
$page_array[]='create_account_success';
$page_array[]='default';
$page_array[]='download';
$page_array[]='info_shopping_cart';
$page_array[]='login';
$page_array[]='logoff';
$page_array[]='password_forgotten';
$page_array[]='popup_image';
$page_array[]='popup_search_help';
$page_array[]='privacy';
$page_array[]='products_new';
$page_array[]='product_info';
$page_array[]='product_notifications';
$page_array[]='product_reviews';
$page_array[]='product_reviews_info';
$page_array[]='product_reviews_write';
$page_array[]='redirect';
$page_array[]='reviews';
$page_array[]='shipping';
$page_array[]='shopping_cart';
$page_array[]='specials';
$page_array[]='tell_a_friend';
$boxes_array= array();
$boxes_array[]=TEXT_ALL;
$boxes_array[]='best_sellers';
$boxes_array[]='categories';
$boxes_array[]='currencies';
$boxes_array[]='information';
$boxes_array[]='languages';
$boxes_array[]='manufacturer info';
$boxes_array[]='manufacturers';
$boxes_array[]='order_history';
$boxes_array[]='product_notifications';
$boxes_array[]='reviews';
$boxes_array[]='search';
$boxes_array[]='shopping_cart';
$boxes_array[]='specials';
$boxes_array[]='tell_a_friend';
$boxes_array[]='whats_new';
?>
|
/* this page do nothing */
?>
|
|
|
|
|
|
|
|
|
$Acheck_cl=mysql_query('select * from include_files where page_id='.$pageID.' and AREA = 3');
if ($check_cl=mysql_fetch_array($Acheck_cl,1))
include('custom/LCD_'.$pageID.'.php');
else
include('custom/nopage.php');
?>
|
|
|
|
/*
E2E commerce, Get your shop online FAST !
http://www.e2ecommerce.com
Copyright (c) 2004 Pubcompany S.R.L http://www.pubcompany.com
E2E Commerce is derived from: Copyright © 2003 osCommerce
E2E Commerce is redistributable under the GNU General Public License
*/
define('NUM_BOXES',16);
define('NUM_PAGES',43);
$page_array= array();
$page_array[]=TEXT_ALL;
$page_array[]='account';
$page_array[]='account_edit';
$page_array[]='account_edit_process';
$page_array[]='account_history';
$page_array[]='account_history_info';
$page_array[]='address_book';
$page_array[]='address_book_process';
$page_array[]='advanced_search';
$page_array[]='advanced_search_result';
$page_array[]='checkout_confirmation';
$page_array[]='checkout_payment';
$page_array[]='checkout_payment_address';
$page_array[]='checkout_process';
$page_array[]='checkout_shipping';
$page_array[]='checkout_shipping_address';
$page_array[]='checkout_success';
$page_array[]='conditions';
$page_array[]='contact_us';
$page_array[]='create_account';
$page_array[]='create_account_process';
$page_array[]='create_account_success';
$page_array[]='default';
$page_array[]='download';
$page_array[]='info_shopping_cart';
$page_array[]='login';
$page_array[]='logoff';
$page_array[]='password_forgotten';
$page_array[]='popup_image';
$page_array[]='popup_search_help';
$page_array[]='privacy';
$page_array[]='products_new';
$page_array[]='product_info';
$page_array[]='product_notifications';
$page_array[]='product_reviews';
$page_array[]='product_reviews_info';
$page_array[]='product_reviews_write';
$page_array[]='redirect';
$page_array[]='reviews';
$page_array[]='shipping';
$page_array[]='shopping_cart';
$page_array[]='specials';
$page_array[]='tell_a_friend';
$boxes_array= array();
$boxes_array[]=TEXT_ALL;
$boxes_array[]='best_sellers';
$boxes_array[]='categories';
$boxes_array[]='currencies';
$boxes_array[]='information';
$boxes_array[]='languages';
$boxes_array[]='manufacturer info';
$boxes_array[]='manufacturers';
$boxes_array[]='order_history';
$boxes_array[]='product_notifications';
$boxes_array[]='reviews';
$boxes_array[]='search';
$boxes_array[]='shopping_cart';
$boxes_array[]='specials';
$boxes_array[]='tell_a_friend';
$boxes_array[]='whats_new';
?>
|
/* this page do nothing */
?>
|
|
|
|
|
|
|
$Acheck_cl=mysql_query('select * from include_files where page_id='.$pageID.' and AREA = 5');
if ($check_cl=mysql_fetch_array($Acheck_cl,1))
include('custom/RCD_'.$pageID.'.php');
else
include('custom/nopage.php');
?>
|
|
|