ugly standard categories atill showing

drbyrd <[email protected]> 13 Sep 2003 22:12:02 -0000
Newsgroups gmane.comp.web.oscommerce.contributions
Message-ID <975f6d96f9e8273348752e74d877374c@osCommerce-Forums>
This message was sent from: Contributions
http://forums.oscommerce.com/viewtopic.php?p=229081#229081
----------------------------------------------------------------

Got everything installed and everything works BUT
I still get the original category contents showing up under the cool menu. I "thought" I followed the process correctly. I also installed the Marc Zarcher patches to fix the javascript/no javascript issue. My column_left.php file looks like this:

<?php
/*
  $Id: column_left.php,v 1.15 2003/07/01 14:34:54 hpdl Exp $

  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 . 'coolmenu.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');
  require(DIR_WS_BOXES . 'information.php');
?>

Any ideas????

Thanks,

joeb