[ Index ] |
PHP Cross Reference of osCMax 2.0.4 |
[Summary view] [Print] [Text view]
1 <?php 2 /* 3 $Id: logoff.php 3 2006-05-27 04:59:07Z user $ 4 5 osCMax Power E-Commerce 6 http://oscdox.com 7 8 Copyright 2006 osCMax 9 10 Released under the GNU General Public License 11 */ 12 13 // Most of this file is changed or moved to BTS - Basic Template System - format. 14 // For adding in contribution or modification - parts of this file has been moved to: catalog\templates\fallback\contents\<filename>.tpl.php as a default (sub 'fallback' with your current template to see if there is a template specife change). 15 // catalog\templates\fallback\contents\<filename>.tpl.php as a default (sub 'fallback' with your current template to see if there is a template specife change). 16 // (Sub 'fallback' with your current template to see if there is a template specific file.) 17 18 require ('includes/application_top.php'); 19 20 require(DIR_WS_LANGUAGES . $language . '/' . FILENAME_LOGOFF); 21 22 $breadcrumb->add(NAVBAR_TITLE); 23 24 tep_session_unregister('customer_id'); 25 tep_session_unregister('customer_default_address_id'); 26 tep_session_unregister('customer_first_name'); 27 // BOF: MOD - Separate Pricing per Customer 28 tep_session_unregister('sppc_customer_group_id'); 29 tep_session_unregister('sppc_customer_group_show_tax'); 30 tep_session_unregister('sppc_customer_group_tax_exempt'); 31 // EOF: MOD - Separate Pricing per Customer 32 tep_session_unregister('customer_country_id'); 33 tep_session_unregister('customer_zone_id'); 34 tep_session_unregister('comments'); 35 36 // BOF - MOD: CREDIT CLASS Gift Voucher Contribution 37 tep_session_unregister('gv_id'); 38 tep_session_unregister('cc_id'); 39 // EOF - MOD: CREDIT CLASS Gift Voucher Contribution 40 41 $cart->reset(); 42 43 // BOF: MOD - Wishlist 3.5 44 $wishList->reset(); 45 // EOF: MOD - Wishlist 3.5 46 $content = CONTENT_LOGOFF; 47 48 include (bts_select('main', $content_template)); // BTSv1.5 49 50 require (DIR_WS_INCLUDES . 'application_bottom.php'); 51 ?>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Fri Jan 1 13:43:16 2010 | Cross-referenced by PHPXref 0.7 |