View Single Post
  #4  
Old 01-23-2005, 11:18 AM
 
Rayco Rayco is offline
 

Member
  
Join Date: Jul 2004
Posts: 21
 

Default Catagory HTML

This is how I fixed it. I don't know it's the correct way to do it but it works.
skin1/customer/main/subcatagories
replace
Code:
{if ($navigation_page eq "")||($navigation_page eq "1")}{$current_category.description|regex_replace:"/[\n]/":" "} {/if}
with
Code:
{if ($navigation_page eq "")||($navigation_page eq "1")}{$current_category.description} {/if}
Cheers
__________________
Rayco
XCart 4.0.8 Dev
Mysql 4.0.20 Standard
Linux(i686) 2.4.27
Reply With Quote