[TYPO3-german] Re: Seiten Titel in FE-Plugin ändern
Andreas Kiessling
kiessling at pluspol.info
Wed Nov 3 12:17:25 CET 2010
Hallo Stefan,
> gibt es eine Möglichkeit den Titel einer Seite in einem FE-Plugin zu
> ändern?
Auszug aus tt_news:
$GLOBALS['TSFE']->page['title'] = $row['title'];
// set pagetitle for indexed search to news title
$GLOBALS['TSFE']->indexedDocTitle = $row['title'];
Das klappt aber nur, wenn das Plugin gecached wird.
HTH,
Andreas
More information about the TYPO3-german
mailing list