Thread: Category Titles
View Single Post
  #1  
Old 10-30-2006, 10:05 AM
 
nevets1219 nevets1219 is offline
 

eXpert
  
Join Date: Jun 2006
Posts: 351
 

Default Category Titles

Recently just ran a test import in 4.1.3 and at first I noticed that category titles are not using & in place of & which I thought would be a minor issue if I just change the titles to use & when I import via CSV (3.x-4.x method) instead and that is what I did. But when I'm browsing in a category with subcategoires I would see & instead of & in the subcategory which is a problem.

I've looked in ../skin1/customer/main/subcategories.tpl but that one is "escaped" which is what I believe what I need to do. It is the bar on the left side with all the root categories that is not "escaped". So I made the change to ../skin
1/customer/categories.tpl
from
Code:
{$c.category}
and changed it to
Code:
{$c.category|escape}
I'm wondering if this change will produce any unwanted effects.
__________________
4.1.8
Reply With Quote