[ Index ]

PHP Cross Reference of osCMax 2.0.4

title

Body

[close]

/ -> down_for_maintenance.php (source)

   1  <?php
   2  /*

   3  $Id: down_for_maintenance.php 3 2006-05-27 04:59:07Z user $

   4  

   5    Created by: Linda McGrath [email protected]

   6    

   7    Update by: fram 05-05-2003

   8    Updated by: Donald Harriman - 08-08-2003 - MS2

   9  

  10    down_for_maintenance.php v1.1

  11  

  12    osCMax Power E-Commerce

  13    http://oscdox.com

  14  

  15    Copyright 2006 osCMax

  16  

  17    Released under the GNU General Public License

  18  */
  19  
  20  // Most of this file is changed or moved to BTS - Basic Template System - format.

  21  // 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).

  22  //       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).

  23  // (Sub 'fallback' with your current template to see if there is a template specific file.)

  24  
  25    require ('includes/application_top.php');
  26  
  27    require(DIR_WS_LANGUAGES . $language . '/' . DOWN_FOR_MAINTENANCE_FILENAME);
  28  
  29    $breadcrumb->add(NAVBAR_TITLE, tep_href_link(DOWN_FOR_MAINTENANCE_FILENAME));
  30  
  31    $content = CONTENT_DOWN_FOR_MAINT;
  32  
  33    include (bts_select('main', $content_template)); // BTSv1.5

  34  
  35  
  36   require (DIR_WS_INCLUDES . 'application_bottom.php'); ?>


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