[Typo3] Page Title and Templavoila!

Ivo Schaap ovis at thecourtofeden.org
Tue Feb 8 17:17:12 CET 2005


Timothy Fletcher wrote:

> Hi folks,
> 
> i'm trying to map the title of the page to an html elem. the mapping is
> ok, but i don't have the title displayed on the page:
> 
> if i have this page setup
> page.20 = TEXT
> page.20.field = title
> 
> everything is fine
> 
> but
> 
> lib.pageTitle = TEXT
> lib.pageTitle.field = title
> 
> this dosn't work!!
> 
> However, i know my mapping in templavoila is ok, because the following
> works:
> 
> lib.pageTitle = TEXT
> lib.pageTitle.value = This is a test title
> 
> Any ideas?
> 
> Thanks for your time,
> -Tim

lib.myTitle = TEXT
lib.myTitle.data = page:title
lib.myTitle.wrap = <b>|</b>

try this

gr ovis



More information about the TYPO3-english mailing list