[ Index ] |
|
Code source de Zen Cart E-Commerce Shopping Cart 1.3.7.1 |
1 <?php 2 /** 3 * Header code file for the Advanced Search Input page 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 4673 2006-10-03 01:37:07Z drbyte $ 10 */ 11 require(DIR_WS_MODULES . zen_get_module_directory('require_languages.php')); 12 $breadcrumb->add(NAVBAR_TITLE_1); 13 14 //test: 15 //&keyword=die+hard&categories_id=10&inc_subcat=1&manufacturers_id=4&pfrom=1&pto=50&dfrom=01%2F01%2F2003&dto=12%2F20%2F2005 16 17 $sData['keyword'] = (isset($_GET['keyword']) ? zen_output_string($_GET['keyword']) : zen_output_string(KEYWORD_FORMAT_STRING)); 18 $sData['search_in_description'] = (isset($_GET['search_in_description']) ? zen_output_string($_GET['search_in_description']) : 1); 19 $sData['categories_id'] = (isset($_GET['categories_id']) ? zen_output_string($_GET['categories_id']) : 0); 20 $sData['inc_subcat'] = (isset($_GET['inc_subcat']) ? zen_output_string($_GET['inc_subcat']) : 1); 21 $sData['manufacturers_id'] = (isset($_GET['manufacturers_id']) ? zen_output_string($_GET['manufacturers_id']) : 0); 22 $sData['dfrom'] = (isset($_GET['dfrom']) ? zen_output_string($_GET['dfrom']) : zen_output_string(DOB_FORMAT_STRING)); 23 $sData['dto'] = (isset($_GET['dto']) ? zen_output_string($_GET['dto']) : zen_output_string(DOB_FORMAT_STRING)); 24 $sData['pfrom'] = (isset($_GET['pfrom']) ? zen_output_string($_GET['pfrom']) : ''); 25 $sData['pto'] = (isset($_GET['pto']) ? zen_output_string($_GET['pto']) : ''); 26 27 ?>
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 |
![]() |