dblevins Posted September 23, 2009 Posted September 23, 2009 I want to ammend just two small parts of the index page. I want to change the words "catagories" and "Manufacturers" to something different. I don't need to delete the boxs or their function. I just want to change the titles of the boxes as they appear on the page. Problem is I can't find where the script is that inputs them. Any help would be appreciated.
dblevins Posted September 23, 2009 Author Posted September 23, 2009 I want to ammend just two small parts of the index page. I want to change the words "catagories" and "Manufacturers" to something different. I don't need to delete the boxs or their function. I just want to change the titles of the boxes as they appear on the page. Problem is I can't find where the script is that inputs them. Any help would be appreciated. Sorry on further browsing of the rest of the site I would need to change the words Manufactuer and Catagories everywhere they appear.
Guest Posted September 23, 2009 Posted September 23, 2009 It should be in includes\languages\english.php. Look for define('BOX_HEADING_MANUFACTURERS', 'Manufacturers'); or define('BOX_HEADING_CATEGORIES', 'Shop For'); And change whatever is in the quotes to whatever you want. Nicole
dblevins Posted September 24, 2009 Author Posted September 24, 2009 It should be in includes\languages\english.php. Look for define('BOX_HEADING_MANUFACTURERS', 'Manufacturers'); or define('BOX_HEADING_CATEGORIES', 'Shop For'); And change whatever is in the quotes to whatever you want. Nicole Thanks Nicole. That worked a treat.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.