Thread: Search Upgrade
View Single Post
  #23  
Old 07-25-2003, 01:28 PM
 
machnhed1 machnhed1 is offline
 

eXpert
  
Join Date: Feb 2003
Location: Illinois
Posts: 274
 

Default

Cameron,

Glad you posted your code.

Add this to the bottom where all the other smarty assignments are:

Code:
$smarty->assign("categories_level_1",$categories_data1); $smarty->assign("categories_level_2",$categories_data2);

Also,

You can remove the following "last" line of code:
Code:
$categories_data2[$key][category] = strrchr($categories_data2[$key][category], "/");

It should work now, I think
__________________
Following the signature guidelines : xcart pro 3.5.8 - [RedHat]
Reply With Quote