hatman Posted February 19, 2006 Posted February 19, 2006 Hi guys, I was wondering if there a way to change the breadcrumbs to say 'home' and instead of 'top' Greatful for any advice. Hatman
Guest Posted February 19, 2006 Posted February 19, 2006 In includes/languages/english.php define('HEADER_TITLE_TOP', 'Top'); The_Bear
Flyer5 Posted February 19, 2006 Posted February 19, 2006 Hi guys, I was wondering if there a way to change the breadcrumbs to say 'home' and instead of 'top' Greatful for any advice. Hatman catalog/includes/languages/Yourlanguage.php around line 55 define('HEADER_TITLE_TOP', 'Top'); change it to define('HEADER_TITLE_TOP', 'Home');
Recommended Posts
Archived
This topic is now archived and is closed to further replies.