[TYPO3] setting sitetitle inside typoscript in a condition block

Zachary Denison zacharydenison at gmail.com
Sat Apr 28 15:13:36 CEST 2007


Actually I ended up using the extension browser title, because
otherwise I would have to put this typoscript on every page, or I
would need a long condition block.

On 4/28/07, Tapio Markula <tapio.markula at atwebteam.com> wrote:
> 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>
> }
> _______________________________________________
> TYPO3-english mailing list
> TYPO3-english at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
>


More information about the TYPO3-english mailing list