easyweb Posted July 16, 2005 Share Posted July 16, 2005 hi, how do I change the osCommerce title to something i want? Looked In Admin and can't find it, is it in a file i have to edit? (i am talking bout the title at the top of ie, where it says osCommerce - Microsoft Internet Explorer) thanks- :D Link to comment Share on other sites More sharing options...
dave111 Posted July 16, 2005 Share Posted July 16, 2005 Edit this line in the includes/languages/english.php // page title define('TITLE', 'osCommerce'); Link to comment Share on other sites More sharing options...
♥Vger Posted July 16, 2005 Share Posted July 16, 2005 You can also apply individual page titles for many pages by editing this line in each root level php file: <title><?php echo TITLE; ?></title> change it to: <title>This page title</title> Vger Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.