View Single Post
  #3  
Old 11-06-2002, 06:22 PM
 
ekool ekool is offline
 

Member
  
Join Date: Oct 2002
Posts: 12
 

Default

Modify this file in your skin1 dir:

customer/categories.tpl

This line (line 10 for me):

Code:
<font class=CategoriesList><a href="home.php?cat={ $categories[cat_num].categoryid }">

Would be changed to:

Code:
<font class=CategoriesList>&gt&gt <a href="home.php?cat={ $categories[cat_num].categoryid }">
Reply With Quote