loveleaf Posted March 1, 2005 Share Posted March 1, 2005 Hello, I run LoveleafGarden.com. I am not able to have the script automatically make the page titles say "Loveleaf Garden." The code that I believe is supposed to do this is: <title><?php echo TITLE; ?></title> I don't want to replace it on every page, and then have to go back and redo it if I ever want to change it. How can I get rid of the "OSCommerce" title? Example: http://www.loveleafgarden.com/catalog/prod...?products_id=75 Thanks, Scott Hughston Link to comment Share on other sites More sharing options...
babylea Posted March 1, 2005 Share Posted March 1, 2005 in your catalog/includes/languages folder go into the english.php file and find the following text: // page title define('TITLE', 'osCommerce'); and change the osCommerce to what you wish the title to be, this will configure the title for all pages in your store. Link to comment Share on other sites More sharing options...
loveleaf Posted March 2, 2005 Author Share Posted March 2, 2005 Thanks! You are awesome. in your catalog/includes/languages folder go into the english.php file and find the following text: // page title define('TITLE', 'osCommerce'); and change the osCommerce to what you wish the title to be, this will configure the title for all pages in your store. <{POST_SNAPBACK}> Link to comment Share on other sites More sharing options...
babylea Posted March 2, 2005 Share Posted March 2, 2005 you're very welcome. i have been given a lot of help & advice here so it's fair that i do my share when i can ;) Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.