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 <[EMAIL PROTECTED]> 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@lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
>
_______________________________________________
TYPO3-english mailing list
TYPO3-english@lists.netfielders.de
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english

Reply via email to