Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How to change text on blue bar at top of browser?


shayrgob

Recommended Posts

Posted

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

Posted

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.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...