frobscottle Posted January 19, 2004 Share Posted January 19, 2004 Hello I'm configuring my site. I noticed that the title of the site (in the browser title bar, from the <title> tag) says "osCommerce" instead of the name of the store, which I set using the admin tools. I looked in index.php, where I found the following line: <title><?php echo TITLE; ?></title> so it looks like the title gets its value from a variable. But I can't find where the value of that variable is set. And shouldn't this all be take care of in Admin? Thanks, frobscottle Link to comment Share on other sites More sharing options...
frobscottle Posted January 19, 2004 Author Share Posted January 19, 2004 found it. for anyone else with this issue, the TITLE variable is set in includes/languages/english.php thanks, frobscottle Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.