Does anyone have any experience with phpld templates and page titles. We have a site which is made up from these templates i.e .tpl files.
Our problem is that everything is based around a master file which calls up other templates like header.tpl index.tpl etc. This works fine however the page title tag is on the master page which is set to :
<title>{$_config.website_name}</title>
Which appears to be linked to a variable in the config.php file as below:
$_config = array();
This means that all pages have the same title which is obviously not great for search engine optimisation.
Does anyone have any ideas how we could get round this?
apoligies for my vague description of the problem. I have inherited this and I am trying to learn it on the job.
If anyone can help it would be greatly appreciated.
Our problem is that everything is based around a master file which calls up other templates like header.tpl index.tpl etc. This works fine however the page title tag is on the master page which is set to :
<title>{$_config.website_name}</title>
Which appears to be linked to a variable in the config.php file as below:
$_config = array();
This means that all pages have the same title which is obviously not great for search engine optimisation.
Does anyone have any ideas how we could get round this?
apoligies for my vague description of the problem. I have inherited this and I am trying to learn it on the job.
If anyone can help it would be greatly appreciated.