RE: Site Title in Browser
Rumble <[email protected]> 5 Aug 2003 17:08:38 -0000
| Newsgroups | gmane.comp.web.oscommerce.tips |
|---|---|
| Message-ID | <8fd27c7c1e4f0623d0745774dd9a5f01@osCommerce-Forums> |
This message was sent from: Tips and Tricks
http://forums.oscommerce.com/viewtopic.php?p=208017#208017
----------------------------------------------------------------
ITs located in your language files eg english.php or french.php or german.php etc etc
find the following lines near the top of the page
[code]// page title
define('TITLE', 'osCommerce');[/code]
changes [b]osCommerce[/b] to whatever you want it to be.
:D