Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Changing title in title bar of browser


maksum

Recommended Posts

Posted

I can't seem to figure out where it's done. It looks like the pages use this code:

 

<title><?php echo TITLE; ?></title>

 

But I can't find where I would change that "TITLE" definition.

 

Thanks in advance for any help that can be provided.

 

Mike

Posted

Perfect, thanks!

 

Catalog/includes/languages/english.php

 

// page title

define('TITLE', "OsCommerce");

Archived

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

×
×
  • Create New...