[Typo3] Where to change $TCA?

Fabian Schulz schulz at fabianschulz.de
Sat May 7 19:31:24 CEST 2005


Bernhard Kraft wrote:
> You will have to creat an extension containing nothing than the gernal 
> information
> and create a
> ext_tables.php file
> containing the following:
> <?php
> if (!defined ("TYPO3_MODE"))  die ("Access denied.");
> 
> t3lib_div::loadTCA('tt_content');
> $TCA['tt_content']['columns']['header']['l10n_mode'] = 'prefixLangTitle';
> 
> ?>

I finally found the time to try that out.

Thanks Bernhard, that did the trick!

Fabian Schulz



More information about the TYPO3-english mailing list