[ PHPXref.com ] [ Generated: Sun Jul 20 19:13:40 2008 ] [ osCommRes 1.2.0 ]
[ Index ]     [ Variables ]     [ Functions ]     [ Classes ]     [ Constants ]     [ Statistics ]

title

Body

[close]

/ -> account_reservations.php (source)

   1  <?php
   2  /*

   3    $Id: account_reservations.php,v 1.2 2003/09/24 13:57:00 wilt Exp $

   4  

   5    osCommerce, Open Source E-Commerce Solutions

   6    http://www.oscommerce.com

   7  

   8    Copyright (c) 2003 osCommerce

   9  

  10    Released under the GNU General Public License

  11  */
  12  
  13    require ('includes/application_top.php');
  14  
  15    if (!tep_session_is_registered('customer_id')) {
  16      $navigation->set_snapshot();
  17      tep_redirect(tep_href_link(FILENAME_LOGIN, '', 'SSL'));
  18    }
  19  
  20    require(DIR_WS_LANGUAGES . $language . '/' . FILENAME_ACCOUNT_RESERVATIONS);
  21  
  22    $breadcrumb->add(NAVBAR_TITLE_1, tep_href_link(FILENAME_ACCOUNT, '', 'SSL'));
  23    $breadcrumb->add(NAVBAR_TITLE_2, tep_href_link(FILENAME_ACCOUNT_RESERVATIONS, '', 'SSL'));
  24  
  25    $content = CONTENT_ACCOUNT_RESERVATIONS;
  26    $javascript = 'popup_window.js';
  27    require(DIR_WS_TEMPLATES . TEMPLATE_NAME . '/' . TEMPLATENAME_MAIN_PAGE);
  28  
  29    require (DIR_WS_INCLUDES . 'application_bottom.php');
  30  ?>


[ Powered by PHPXref - Served by Debian GNU/Linux ]