Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Page titles on shipping, conditions, contact us


crxvfr

Recommended Posts

In languages/english/index php I'm using the following line so the page title is dynamic and reflects the page content...

define('HEADING_TITLE', '<h1>' . ucwords(strtolower($categories['categories_name']))) . '</h1>';

 

In shipping.php, conditions.php, etc I see the lines...

define('NAVBAR_TITLE', 'Conditions of Use');
define('HEADING_TITLE', 'Conditions of Use');

The page heading definition works, but the page title is the name of the store despite these definitions.

 

How would I change the page titles on these pages so I do not have duplicate page titles?

 

tanks!

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...