hi, i have spent the good part of 2 hours this afternoon researching custom page titles in Zen Cart.

i understand that in order to use custom page title tags (<title>) you need to create a folder in the includes\languages\english\ directory and create a meta_tags.php file in that folder

i have managed to do this and i have successfully set up a custom page title that is displayed on all of my pages. GREAT!

the only problem now however is that i want a different page title for each one of my pages..

lets take the following two pages for example..

Homepage - index.php

Contact Us page - contact_us.html



within my newly created meta_tags.php file, how can i create a custom page title specific to an individual page

would i need add the following (or something resembling this..) to my meta_tags.php page:

Code:
define('INDEX_PAGE_TITLE', 'Mysite.com - Home Page - Browser our products');
define('CONTACT_US_TITLE', 'Mysite.com - Contact Us - Tell us your thoughts');
or do i have to locate the actual page file itself and edit something there..


someone please please help me.. im desperate, someone MUST know what i am going on about.. PLEASE!!!