View Single Post
  #219  
Old 09-12-2013, 04:02 AM
 
gozindagi gozindagi is offline
 

Advanced Member
  
Join Date: Jul 2013
Posts: 61
 

Default Re: X-Cart - reBOOT - Responsive Template

Quote:
Originally Posted by PhilJ
There is actually a way to 'wrap' category names...

In your case you wish to wrap after the ampersands, so in skin/reboot/custom/header/categories_header.tpl

Replace...

Code:
{$c.category}

With...

Code:
{$c.category|replace:"&":"&<br>"}
I attach all code but it is not working.In your above post , is "246"("cat_246") category id?
__________________
X-cart Platinum 4.6.0
Reply With Quote