[ Index ] |
|
Code source de Zen Cart E-Commerce Shopping Cart 1.3.7.1 |
1 <?php 2 // 3 // +----------------------------------------------------------------------+ 4 // |zen-cart Open Source E-commerce | 5 // +----------------------------------------------------------------------+ 6 // | Copyright (c) 2003 The zen-cart developers | 7 // | | 8 // | http://www.zen-cart.com/index.php | 9 // | | 10 // | Portions Copyright (c) 2003 osCommerce | 11 // +----------------------------------------------------------------------+ 12 // | This source file is subject to version 2.0 of the GPL license, | 13 // | that is bundled with this package in the file LICENSE, and is | 14 // | available through the world-wide-web at the following url: | 15 // | http://www.zen-cart.com/license/2_0.txt. | 16 // | If you did not receive a copy of the zen-cart license and are unable | 17 // | to obtain it through the world-wide-web, please send a note to | 18 // | license@zen-cart.com so we can mail you a copy immediately. | 19 // +----------------------------------------------------------------------+ 20 // $Id: alt_nav.php 1969 2005-09-13 06:57:21Z drbyte $ 21 // 22 23 require ('includes/application_top.php'); 24 ?> 25 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 26 <html xmlns="http://www.w3.org/1999/xhtml" <?php echo HTML_PARAMS; ?>> 27 <head> 28 <meta http-equiv="Content-Type" content="text/html; charset=<?php echo CHARSET; ?>"> 29 <title><?php echo TITLE; ?></title> 30 <script language="JavaScript" src="includes/menu.js" type="text/JavaScript"></script> 31 <link href="includes/stylesheet.css" rel="stylesheet" type="text/css" /> 32 <link rel="stylesheet" href="includes/nde-basic.css" type="text/css" media="screen, projection"> 33 <link rel="stylesheet" type="text/css" href="includes/cssjsmenuhover.css" media="all" id="hoverJS"> 34 <script type="text/javascript"> 35 <!-- 36 function init() 37 { 38 cssjsmenu('navbar'); 39 if (document.getElementById) 40 { 41 var kill = document.getElementById('hoverJS'); 42 kill.disabled = true; 43 } 44 } 45 // --> 46 </script> 47 </head> 48 <body onload="init()"> 49 <!-- header //--> 50 <?php require(DIR_WS_INCLUDES . 'header.php'); ?> 51 <!-- header_eof //--> 52 <?php 53 54 require(DIR_WS_BOXES . 'configuration_dhtml.php'); 55 require(DIR_WS_BOXES . 'catalog_dhtml.php'); 56 require(DIR_WS_BOXES . 'modules_dhtml.php'); 57 require(DIR_WS_BOXES . 'customers_dhtml.php'); 58 require(DIR_WS_BOXES . 'taxes_dhtml.php'); 59 require(DIR_WS_BOXES . 'localization_dhtml.php'); 60 require(DIR_WS_BOXES . 'reports_dhtml.php'); 61 require(DIR_WS_BOXES . 'tools_dhtml.php'); 62 require(DIR_WS_BOXES . 'gv_admin_dhtml.php'); 63 require(DIR_WS_BOXES . 'extras_dhtml.php'); 64 65 ?> 66 </body> 67 </html> 68 <?php require ('includes/application_bottom.php'); ?>
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 |
![]() |