Guest Posted October 19, 2006 Posted October 19, 2006 Where do i change the page title that appears on every page at the top. It still says oscommerce. I know its probably staring me in my face! :blink: Kirsten
mtechama Posted October 19, 2006 Posted October 19, 2006 Where do i change the page title that appears on every page at the top. It still says oscommerce. I know its probably staring me in my face! :blink: Kirsten Look in (catalog)includes/languages/english.php on round line 48 define('TITLE', 'Oscommerce'); Wade Morris Amarillo, Texas Before you do any changes on your site you need to do BACKUP! BACKUP!
Guest Posted October 19, 2006 Posted October 19, 2006 Look in (catalog)includes/languages/english.php on round line 48 define('TITLE', 'Oscommerce'); really odd when i try to edit it it just makes my page blank.. EIK! :blink:
digbydo Posted October 19, 2006 Posted October 19, 2006 really odd when i try to edit it it just makes my page blank.. EIK! :blink: perhaps it is something you are trying to put between the ' ' define('TITLE', ' ..here.. '); maybe if you showed us your replacement text? one-click installation.. Dave's info
Guest Posted October 19, 2006 Posted October 19, 2006 perhaps it is something you are trying to put between the ' 'define('TITLE', ' ..here.. '); maybe if you showed us your replacement text? it works like this define('TITLE', keepnthememories); but won't work if i put spaces etc this won't work : define('TITLE', keep'n the memories); this wont work either define('TITLE', Keep\'n The Memories);
mtechama Posted October 19, 2006 Posted October 19, 2006 it works like this define('TITLE', keepnthememories); but won't work if i put spaces etc this won't work : define('TITLE', keep'n the memories); this wont work either define('TITLE', Keep\'n The Memories); try this define('TITLE', Keep/'n The Memories); Wade Morris Amarillo, Texas Before you do any changes on your site you need to do BACKUP! BACKUP!
Guest Posted October 19, 2006 Posted October 19, 2006 it works like this define('TITLE', keepnthememories); but won't work if i put spaces etc this won't work : define('TITLE', keep'n the memories); this wont work either define('TITLE', Keep\'n The Memories); Don't worry it was missing the ' ' .. someone had edited it prior and removed it. thanks!
Guest Posted October 19, 2006 Posted October 19, 2006 Don't worry it was missing the ' ' .. someone had edited it prior and removed it. thanks! it was meant to be define('TITLE', 'Keep\'n The Memories');
Recommended Posts
Archived
This topic is now archived and is closed to further replies.