Actually, you should have a template folder in your languages folder. Any changes you make to english.php should be saved in /includes/languages/redpassion/english.php. That way, your changes will be safe when you upgrade to the next version.
Actually, you should have a template folder in your languages folder. Any changes you make to english.php should be saved in /includes/languages/redpassion/english.php. That way, your changes will be safe when you upgrade to the next version.
ok, it's done, thank you very much... but my problem with my sidebox heading continue... what I can do?
You can look up all places where "Shop by" occurs, to see if it is defined somewhere else. In Tools > Developers Toolkit, paste Shop by into the lower left box, select all files and search. Better yet, look up BOX_HEADING_CATEGORIES.
You should find this in /includes/languages/redpassion/english.php (unless you have already changed it properly):and you want it to end up asPHP Code:// categories box text in sideboxes/categories.php
define('BOX_HEADING_CATEGORIES', 'Shop by...');
PHP Code:// categories box text in sideboxes/categories.php
define('BOX_HEADING_CATEGORIES', 'Categories');
Thank you very much!
I have this mod: dynamic_categories_tree_menu_1.0.zip
and the file I need change is:
includes/languages/english/extra_definitions/treemenu.php
again, thank you very much!