[Typo3-dev] set $TYPO3_CONF_VARS['FE']['addRootLineField'] from extension?

Ingmar Schlecht ingmars at web.de
Fri Feb 20 14:16:36 CET 2004


Peter Niederlag wrote:
> Hi,
> 
> is there an easy way to add some fields to
> $TYPO3_CONF_VARS['FE']['addRootLineField'] with the installation of an
> extension?

Just do it in your ext_localconf.php file.

$TYPO3_CONF_VARS['FE']['addRootLineField'] .= ',...';

regards,
Ingmar




More information about the TYPO3-dev mailing list