View Single Post
  #9  
Old 04-02-2004, 11:43 AM
 
Light Speed Light Speed is offline
 

X-Adept
  
Join Date: Mar 2003
Posts: 921
 

Default

Quote:
Originally Posted by TelaFirma
Well.... You will need to make a new .tpl file based on the product_thumbnail.tpl file. Probably call it cat_icon.tpl....

You will also need to add a function to the func.php file to read the file path from the 'icons' table, and call this function from within the categories.php file and add the results to the $subcategory array.

After you do this, you can call the icon in a similar way that you do with the thumbnails.. ie. {include file="cat_icon.tpl" categoryid=$subcategories[cat_num].categoryid icon_url=$subcategories.icon_url}

Thanks!! That totally points me in the right direction
Reply With Quote