[ Index ]
 

Code source de Zen Cart E-Commerce Shopping Cart 1.3.7.1

Accédez au Source d'autres logiciels libres

Classes | Fonctions | Variables | Constantes | Tables

title

Body

[fermer]

/includes/modules/pages/page_not_found/ -> header_php.php (source)

   1  <?php
   2  /**

   3   * page_not_found header_php.php 

   4   *

   5   * @package page

   6   * @copyright Copyright 2003-2005 Zen Cart Development Team

   7   * @copyright Portions Copyright 2003 osCommerce

   8   * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0

   9   * @version $Id: header_php.php 3230 2006-03-20 23:21:29Z drbyte $

  10   */
  11  
  12  // This should be first line of the script:

  13  $zco_notifier->notify('NOTIFY_HEADER_START_PAGE_NOT_FOUND');
  14  
  15  require(DIR_WS_MODULES . zen_get_module_directory('require_languages.php'));
  16  
  17  // include template-specific file name defines

  18  $define_page = zen_get_file_directory(DIR_WS_LANGUAGES . $_SESSION['language'] . '/html_includes/', FILENAME_DEFINE_PAGE_NOT_FOUND, 'false');
  19  
  20  $breadcrumb->add(NAVBAR_TITLE);
  21  
  22  require DIR_WS_CLASSES . 'site_map.php';
  23  $zen_SiteMapTree = new zen_SiteMapTree;
  24  
  25  // This should be last line of the script:

  26  $zco_notifier->notify('NOTIFY_HEADER_END_PAGE_NOT_FOUND');
  27  ?>


Généré le : Mon Nov 26 16:45:43 2007 par Balluche grâce à PHPXref 0.7
  Clicky Web Analytics