View Single Post
  #4  
Old 08-30-2007, 01:00 AM
 
inebriate inebriate is offline
 

eXpert
  
Join Date: May 2006
Posts: 301
 

Default Re: Show description in subcatergories.tpl (help with code)

you need to edit categories.php because only the current category (the category id that is in your address bar) will get its description passed on to the template

you will have to pass the categories' ids into the function func_get_category_data() or write your own function that does a query to only grab descriptions
__________________
x-cart pro 4.0.18
linux
www.fabric8d.com (currently undergoing construction)
Reply With Quote