[ 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]

/admin/includes/init_includes/ -> init_currencies.php (source)

   1  <?php
   2  /**
   3   * @package admin
   4   * @copyright Copyright 2003-2006 Zen Cart Development Team
   5   * @copyright Portions Copyright 2003 osCommerce
   6   * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
   7   * @version $Id: init_currencies.php 3001 2006-02-09 21:45:06Z wilt $
   8   */
   9  if (!defined('IS_ADMIN_FLAG')) {
  10    die('Illegal Access');
  11  }
  12    require(DIR_FS_CATALOG . DIR_WS_CLASSES . 'class.currencies.php');
  13    $currencies = new currencies();
  14    $_SESSION['currency'] = DEFAULT_CURRENCY;
  15    if (isset($_GET['pID'])) {
  16      $at_product_info_array = productPricing::buildPricingResultSet($_GET['pID']);
  17      $at_product_info = productPricing::factory($at_product_info_array, true);
  18    }
  19  ?>


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