View Single Post
  #2  
Old 06-18-2004, 04:10 AM
  BCSE's Avatar 
BCSE BCSE is offline
 

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

Default

Go to skin1/customer/categories.tpl and find this code:

Code:
{if $config.General.root_categories eq "Y"} {section name=cat_num loop=$categories} <font class=CategoriesList>{ $categories[cat_num].category_name|escape }</font> {/section}

and after the
put <HR>

You may not want it to place a <HR> after the last category, so one way to do this is put this instead of the <HR>:
Code:
{if !$smarty.section.categories.last} <HR> {/if}

This site may help to.
http://smarty.php.net

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