[ Index ] |
PHP Cross Reference of osCMax 2.0.4 |
[Summary view] [Print] [Text view]
1 <?php 2 /* 3 $Id: shipping.php,v 2.00 2003/10/12 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('affiliate_id')) { 16 $navigation->set_snapshot(); 17 tep_redirect(tep_href_link(FILENAME_AFFILIATE, '', 'SSL')); 18 } 19 20 require(DIR_WS_LANGUAGES . $language . '/' . FILENAME_AFFILIATE_REPORTS); 21 22 $breadcrumb->add(NAVBAR_TITLE, tep_href_link(FILENAME_AFFILIATE_REPORTS)); 23 $content = affiliate_reports; 24 include (bts_select('main', $content_template)); // BTSv1.5 25 require (DIR_WS_INCLUDES . 'application_bottom.php'); ?>
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 |