[Typo3-dev] TSConfig in wizards

Martin T. Kutschker Martin.no5pam.Kutschker at blackbox.n0spam.net
Thu Sep 16 16:52:58 CEST 2004


Thomas Hempel wrote:

> Hello,
> 
> I get that by myself. The way I've found is to get the TSConfig array by
> 
> $GLOBALS["BE_USER"]->getTSConfig($identifier, 
> t3lib_BEfunc::getPagesTSconfig($pid));
> 
> for getting the page TSConfig
> 
> and
> 
> $BE_USER->userTS[$identifier]
> 
> to get the user TSConfig

There is also

$BE_USER->getTSConfigVal($identifier)

Don't know if this is a merged config set.

Masi




More information about the TYPO3-dev mailing list