[Typo3] TemplaVoila and TypoScriptObjects

Dmitry Dulepov typo3 at fm-world.ru
Wed Oct 26 18:37:09 CEST 2005


Hi!

David Rosenkranz wrote:
> Then I added the following lines to the TypoScript setup of the template:
> lib.pageheadline = TEXT
> lib.pageheadline.value = HELLO WORLD
> 
> As you would expect the rendered pages now show "HELLO WORLD" in the page
> title area. So far so good. But now I want to the actual page title to be
> shown instead of "HELLO WORLD". For that I replaced the line:
>  lib.pageheadline.value = HELLO WORLD
> with
>  lib.pageheadline.field = title
> 
> ....just as it was shown in the MTB/1 tutorial. But now does not work. The
> page title areas of the rendered pages remain empty.
> 
> Now the question: What do I do wrong? What would be the solution?

lib.title = TEXT
lib.title.value = {page:title}
lib.title.insertData = 1

> Can I read it somewhere?

"TypoScript by example" and TSRef documents :)

Dmitry.



More information about the TYPO3-english mailing list