/ Published in: PHP
The following snippet assumes a Typoscript option named "substitutePageTitle". When set, the page title will be dynamically generated.
Expand |
Embed | Plain Text
if($this->conf['substitutePageTitle']==1){ $GLOBALS['TSFE']->page['title'] = $this->getTitle(); $GLOBALS['TSFE']->indexedDocTitle = $this->getTitle(); }
Comments
Subscribe to comments
You need to login to post a comment.

I think this snippet has to be placed in the category TYPO3 ;)