View Single Post
  #2  
Old 05-17-2004, 04:55 AM
  BCSE's Avatar 
BCSE BCSE is offline
 

X-Guru
  
Join Date: Apr 2003
Location: Ohio - bcsengineering.com
Posts: 3,091
 

Default

I haven't tested this so I'm not 100% sure, but go to categories.tpl (under skin1/customer)

Insert the image infront of
Quote:
<font class=CategoriesList>{ $categories[cat_num].category_name|escape }</font>


and
Quote:
<font class=CategoriesList>{ $subcategories[cat_num].category_name|escape }</font>

Do the 2nd one only if you want it to show up beside sub categories too.

I'd probably put the image in skin1/images and reference it like
[img]{$ImagesDir}/your_image.gif[/img]

HTH

Carrie
__________________
Custom Development, Custom Coding and Pre-built modules for X-cart since 2002!

We support X-cart versions 3.x through 5.x!

Home of the famous Authorize.net DPM & CIM Modules, Reward Points Module, Point of Sale module, Speed Booster modules and more!


Over 200 X-cart Mods available & Thousands of Customizations Since 2002 - bcsengineering.com

Please E-Mail us for questions/support!
Reply With Quote