[TYPO3-dev] Change the page title

Christian Futterlieb christian at futterlieb.ch
Mon May 26 16:38:39 CEST 2014


Hi Philipp

Check whether you make correct use of cHash [1].

Also you can try extension 'titletag' [2] which allows you configuring
the page title through typoscript.

Regards, Christian


[1] http://typo3.org/documentation/article/the-mysteries-of-chash
[2] http://typo3.org/extensions/repository/view/titletag


On 26.05.14 16:08, Philipp Wrann wrote:
> Since last updates my page title alteration does not work anymore.
> First-Hits work fine (like before) but pages from the cache will allways
> have the page-title set instead of the alttitle i set to overrule it.
> 
> Thats how i do it in my viewhelper:
> /* @var $GLOBALS['TSFE']
> \TYPO3\Frontend\Controller\TypoScriptFrontendController */
> $title = $this->renderChildren();
> $GLOBALS['TSFE']->page['title'] = $title;
> $GLOBALS['TSFE']->altPageTitle = $title;
> $GLOBALS['TSFE']->indexedDocTitle = $title;
> 
> How can i fix this?




More information about the TYPO3-dev mailing list