View Single Post
  #1  
Old 09-26-2002, 02:03 AM
 
egypt13 egypt13 is offline
 

Member
  
Join Date: Sep 2002
Location: Pheonix, AZ
Posts: 23
 

Default Replacing catagory text with images?

the suggestion I was given was to add 1 line in customer/categories.tpl

<tr><td colspan="2" class="TableLeftElements" nowrap>
{if #RootCategories# eq "Y"}
{section name=cat_num loop=$categories}
Add this line>>>[img]../icon.php? categoryid={$categories[cat_num].categoryid}[/img]
<font class=CategoriesList><a href="home.php?cat={ $categories[cat_num].category
id }">{ $categories[cat_num].category|escape }</a></font>

{/section}
{else} {section name=cat_num loop=$subcategories}
------------------------------------------------------------------------
would this work?
where do I go from here? where do I add the images?
__________________
Ian Winscom
BoxedGreens Organic Grocery
http://boxedgreens.com
http://blog.boxedgreens.com

-----------------------------------
X-Cart Version 4.1.9
Reply With Quote