View Single Post
  #2  
Old 03-12-2007, 09:52 PM
 
inebriate inebriate is offline
 

eXpert
  
Join Date: May 2006
Posts: 301
 

Default Re: Customizing category title in side menu

edit categories.tpl and change the stuff between the anchor (<a href="asdf">stuffbetweenanchor</a>) to <img src="images/{$categories[cat_num].category}.theimagefileextension" /> or <img src="images/{$subcategories[cat_num].category}.theimagefileextension" /> if you use subcategories

and place your images in the skin1/images directory as well as naming them exactly like their category names
__________________
x-cart pro 4.0.18
linux
www.fabric8d.com (currently undergoing construction)
Reply With Quote