[ Index ]

PHP Cross Reference of osCMax 2.0.4

title

Body

[close]

/ -> track_fedex.php (source)

   1  <?php
   2  /*
   3  $Id: track_fedex.php 3 2006-05-27 04:59:07Z user $
   4  
   5    osCMax Power E-Commerce
   6    http://oscdox.com
   7  
   8  
   9  */
  10  
  11  // Most of this file is changed or moved to BTS - Basic Template System - format.
  12  // 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).
  13  //       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).
  14  // (Sub 'fallback' with your current template to see if there is a template specific file.)
  15  
  16    require ('includes/application_top.php');
  17      require(DIR_WS_LANGUAGES . $language . '/' . FILENAME_TRACK_FEDEX);
  18  
  19      // debugging? 
  20  // LINE CHANGED: Bugfix 0000070
  21      $debug [] = 0; // 1 for yes, 0 for no
  22      
  23      // get tracking number from form
  24      $tracking_number = $_GET['track'];
  25      
  26      if ($tracking_number) {
  27          $title = 'Package Tracking Results';
  28          }
  29      else {
  30          $title = HEADING_TITLE;
  31          }
  32   $content = CONTENT_FEDEX_TRACK;
  33    include (bts_select('main', $content_template)); // BTSv1.5
  34   require (DIR_WS_INCLUDES . 'application_bottom.php');
  35   ?>


Generated: Fri Jan 1 13:43:16 2010 Cross-referenced by PHPXref 0.7