hatman Posted March 18, 2006 Posted March 18, 2006 Hey guys, I want to Replace "Products Manufacturer" name on categories.php So instead of a saying "Products Manufacturer", I want it to be replaced by a text box saying "Product Designer" Would like any help!!! :thumbsup:
tec Posted March 19, 2006 Posted March 19, 2006 Hey guys, I want to Replace "Products Manufacturer" name on categories.php So instead of a saying "Products Manufacturer", I want it to be replaced by a text box saying "Product Designer" Would like any help!!! :thumbsup: in the file includes/languages/english.php (or other language used) you will see a line of code // manufacturers box text in includes/boxes/manufacturers.php define('BOX_HEADING_MANUFACTURERS', 'Manufacturers'); change it to read // manufacturers box text in includes/boxes/manufacturers.php define('BOX_HEADING_MANUFACTURERS', 'Product Designer');
Recommended Posts
Archived
This topic is now archived and is closed to further replies.