View Single Post
  #4  
Old 05-15-2006, 08:59 AM
  TelaFirma's Avatar 
TelaFirma TelaFirma is offline
 

X-Adept
  
Join Date: Nov 2002
Location: North Carolina USA
Posts: 930
 

Default

meta_descr is not part of the $subcategories array. The only items in that array are:

Code:
[categoryid] => [parentid] => [categoryid_path] => [category] => [product_count] => [avail] => [order_by] => [subcategory_count] => [is_icon] => [image_path] => [category_path] =>

So, in order to show that you would need to change the queries in /include/categories.php that build the $subcategories array.
Reply With Quote