<?php
  require('includes/application_top.php');

  require(DIR_WS_LANGUAGES . $language . '/' . FILENAME_LOGOFF);

  $breadcrumb->add(NAVBAR_TITLE);

  tep_session_unregister('customer_id');
  tep_session_unregister('customer_default_address_id');
  tep_session_unregister('customer_first_name');
  tep_session_unregister('customer_country_id');
  tep_session_unregister('customer_zone_id');
  tep_session_unregister('comments');
  tep_session_unregister('gv_id');
  tep_session_unregister('cc_id');
  tep_session_unregister('recently_viewed');
  tep_session_unregister('customer_shopping_points');
  tep_session_unregister('customer_shopping_points_spending');

  $cart->reset();
  $wishlist->reset();

  $content = CONTENT_LOGOFF;

  include (bts_select('main', $content_template)); // BTSv1.5

  require(DIR_WS_INCLUDES . 'application_bottom.php');
?>
