[TYPO3] setting sitetitle inside typoscript in a condition block

Tapio Markula tapio.markula at atwebteam.com
Sat Apr 28 08:25:52 CEST 2007


Martin Mifsud kirjoitti:
> I used some code like this:
> 
> config.noPageTitle = 2
> page.headerData.20 = TEXT
> page.headerData.20.value = <title>My Title</title>

Butthat doesn't render the dynamic part.

page.headerData.20 = HTML
page.headerData.20 {
  value.data = field:title
  value.wrap = <title>MyTitle:|</title>
}


More information about the TYPO3-english mailing list