[TYPO3-english] Concatenation in dataWrap variable

Gregory Loichot gregloichot at gmail.com
Tue Jan 17 15:17:04 CET 2012


Hello,

I would like to concatenate 2 variables in a dataWrap. In the following 
exemple (does not work :/), I would like to get the user email space the 
user company. How can I do that ? :/
plugin.tx_toto {
     customVars {
         2 {
             name = name
             scope = 1
             dataWrap = {TSFE:fe_user|user|email} 
{TSFE:fe_user|user|company}
         }
     }
}

Thanks !
Greg


More information about the TYPO3-english mailing list