[ Index ] |
|
Code source de Zen Cart E-Commerce Shopping Cart 1.3.7.1 |
1 <?php 2 /** 3 * site_map header_php.php 4 * 5 * @package page 6 * @copyright Copyright 2003-2006 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_SITE_MAP'); 14 /** 15 * load language files 16 */ 17 require(DIR_WS_MODULES . zen_get_module_directory('require_languages.php')); 18 $breadcrumb->add(NAVBAR_TITLE); 19 // include template specific file name defines 20 $define_page = zen_get_file_directory(DIR_WS_LANGUAGES . $_SESSION['language'] . '/html_includes/', FILENAME_DEFINE_SITE_MAP, 'false'); 21 /** 22 * load the site map class 23 */ 24 require DIR_WS_CLASSES . 'site_map.php'; 25 $zen_SiteMapTree = new zen_SiteMapTree; 26 // This should be last line of the script: 27 $zco_notifier->notify('NOTIFY_HEADER_END_SITE_MAP'); 28 ?>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Mon Nov 26 16:45:43 2007 | par Balluche grâce à PHPXref 0.7 |
![]() |