<?php

highlight_file
(__FILE__);
        exit;

/*
  $Id: column_left.php 1739 2007-12-20 00:52:16Z hpdl $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

  
if ((USE_CACHE == 'true') && empty($SID)) {
    echo 
tep_cache_categories_box();
  } else {
    include(
DIR_WS_BOXES 'categories.php');
  }

 
/* if ((USE_CACHE == 'true') && empty($SID)) {
    echo tep_cache_manufacturers_box();
  } else {
    include(DIR_WS_BOXES . 'manufacturers.php');
  }*/

 // require(DIR_WS_BOXES . 'whats_new.php');
  
require(DIR_WS_BOXES 'search.php');
  
?>