I'd like to change the text of "Home" link in the breadcrumbs to say "Products Home" and I tried changing the /languages/english/header.php file like someone suggested but had no luck.
I'm running v1.3.8a
Any suggestions?
I'd like to change the text of "Home" link in the breadcrumbs to say "Products Home" and I tried changing the /languages/english/header.php file like someone suggested but had no luck.
I'm running v1.3.8a
Any suggestions?
Last edited by kirkbross; 22 Feb 2010 at 11:01 PM.
Worked for me when I edited header.php and saved it to my template override folder.
define('HEADER_TITLE_CATALOG', 'Product Home');
I too would like to accomplish this. I see that the file is supposed to be moved to the override folder. Can anyone tell me where to find this folder?
Thanks
I wish to clarify that I've accomplished this.
I gone to "Tools/Developer's Toolkit" in the admin section and did a search for the word "home".
This told me which files contained this word and allowed me to choose.
I edited these two files.
/includes/languages/english/header.php (didn't work)
/includes/languages/english/classic/header.php (did work)
Thank you!