tbobker Posted November 26, 2006 Posted November 26, 2006 I want to change the title of the page - <title></title> i cant find where it is defined? I cant chnage each page individually!
Chrissie Posted November 27, 2006 Posted November 27, 2006 I want to change the title of the page - <title></title> i cant find where it is defined? I cant chnage each page individually! Not sure if I understand you correctly but ... If you want to change the title of each page then that is what you have to do. Perhaps you could explain what you are trying to achieve? I don't know of any short-cut to chage the title of each page. Chrissie x
tbobker Posted November 27, 2006 Author Posted November 27, 2006 In between the <title> tags some php says </title><?php echo TITLE; ?></title> THis is a constant - i think - a DEFINE() do you know where this is? Not sure if I understand you correctly but ... If you want to change the title of each page then that is what you have to do. Perhaps you could explain what you are trying to achieve? I don't know of any short-cut to chage the title of each page. Chrissie x
Chrissie Posted November 27, 2006 Posted November 27, 2006 In between the <title> tags some php says </title><?php echo TITLE; ?></title> THis is a constant - i think - a DEFINE() do you know where this is? What file are you looking at? Chrissie x
Jack_mcs Posted November 27, 2006 Posted November 27, 2006 In between the <title> tags some php says </title><?php echo TITLE; ?></title> THis is a constant - i think - a DEFINE() do you know where this is? It's in the includes/languages/english.php file. It won't do you much good though since it will make all of the pages have the same title. The best way to handle it is to install one of the meta tags contributions, like Header Tags. Jack Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons
Recommended Posts
Archived
This topic is now archived and is closed to further replies.