| [ Index ] | osCommerce
Docs :: PHP Cross Reference For osCommerce 2.2 MS2 Provided By OSCdox.com |
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 ?>
title
Description
Body
title
Description
Body
| Generated: Tue Nov 4 23:53:39 2003 | Hosted By :: AABox.com |
Cross-referenced by PHPXref 0.4 |