crxvfr Posted January 16, 2009 Share Posted January 16, 2009 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 More sharing options...
crxvfr Posted January 16, 2009 Author Share Posted January 16, 2009 I found a place to adjust it. It is the same name file in the root directory. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.