View Single Post
  #4  
Old 10-11-2005, 04:40 AM
 
balinor balinor is offline
 

Veteran
  
Join Date: Oct 2003
Location: Connecticut, USA
Posts: 30,253
 

Default

Ok, open up skin1/customer/main/subcategories.tpl and replace this:

Code:
{if $subcategories} {if $tmp} [img]{if $current_category.icon_url}{$current_category.icon_url}{else}{$xcart_web_dir}/icon.php?categoryid={$cat}{/if}[/img] {/if}

with this:

Code:
[img]{if $current_category.icon_url}{$current_category.icon_url}{else}{$xcart_web_dir}/icon.php?categoryid={$cat}{/if}[/img] {if $subcategories}

Be sure and make a backup of your current template first. Haven't tested this, but it should work.
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote