[TYPO3] A very simple TYPOScript problem
Jason A. Lefkowitz
jason at jasonlefkowitz.net
Mon Mar 12 20:26:39 CET 2007
Brian Bendtsen wrote:
> Im using templaVoila
What I would usually do in a case like this, then, is delete the mapped
element from the data structure, then create a new one and map the
output to that. That way you can be sure the mapping is of the correct
type (ie "Typoscript object path") and is pointing to the correct
Typoscript path ("lib.siteName").
I'd also check the Typoscript template to be sure you don't have
lib.siteName defined twice and are therefore overwriting the new
typoscript with old stuff.
Once you've done that, lib.siteName.data = page:title ought to work.
Good luck!
-- Jason Lefkowitz
More information about the TYPO3-english
mailing list