shayrgob Posted June 29, 2004 Posted June 29, 2004 I was wondering if anyone could tell me how to change what text appears in the blue bar at the top of my browser(using IE). I know this also applies to other browsers but i don't know the name of that bar. Right now it says oscommerce but I want to change it to my site name. Thanks :D
808smokey Posted June 29, 2004 Posted June 29, 2004 You have to change the title of the index.php file. Look in the file and you'll see <TITLE>?PHP echo blah blah blah</TITLE> something like that and just put your site name in place of that in between the >< And then go here http://wiki.oscommerce.com/docs :)
Acheron Posted June 29, 2004 Posted June 29, 2004 You can also modify page titles to include the page heading: <title><?php echo TITLE . ' - ' . HEADING_TITLE; ?></title> ... so that your page title would read for example 'My Site - Privacy Policy' or whatever the heading may be for that page. For a few of the pages, you wouldn't use HEADING_TITLE but rather some other reference but it's easy to see which simply by reading down a couple lines from the header in each file.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.