[ Index ]
 

Code source de osCommerce 2.2ms2-060817

Accédez au Source d'autres logiciels libres

Classes | Fonctions | Variables | Constantes | Tables

title

Body

[fermer]

/catalog/includes/ -> column_left.php (source)

   1  <?php
   2  /*
   3    $Id: column_left.php,v 1.15 2003/07/01 14:34:54 hpdl Exp $
   4  
   5    osCommerce, Open Source E-Commerce Solutions
   6    http://www.oscommerce.com
   7  
   8    Copyright (c) 2003 osCommerce
   9  
  10    Released under the GNU General Public License
  11  */
  12  
  13    if ((USE_CACHE == 'true') && empty($SID)) {
  14      echo tep_cache_categories_box();
  15    } else {
  16      include(DIR_WS_BOXES . 'categories.php');
  17    }
  18  
  19    if ((USE_CACHE == 'true') && empty($SID)) {
  20      echo tep_cache_manufacturers_box();
  21    } else {
  22      include(DIR_WS_BOXES . 'manufacturers.php');
  23    }
  24  
  25    require(DIR_WS_BOXES . 'whats_new.php');
  26    require(DIR_WS_BOXES . 'search.php');
  27    require(DIR_WS_BOXES . 'information.php');
  28  ?>


Généré le : Mon Nov 26 19:48:25 2007 par Balluche grâce à PHPXref 0.7
  Clicky Web Analytics