[TYPO3-dev] SysFolder, Contains Plugin, $ICON_TYPES

Steffen Kamper info at sk-typo3.de
Mon Jan 5 18:00:08 CET 2009


Stefano Kowalke schrieb:
> Steffen Kamper schrieb:
>> You can add your own icon there by defining this in your extTabls.php:
>>
>> $TCA['pages']['columns']['module']['config']['items'][] = 
>> array('MySpecialIcon', 'specialI');
>> $ICON_TYPES['specialI']{'icon'} = 'gfx/i/domain.gif';
> 
> Is this a typo? Did you mean
> $ICON_TYPES['specialI']['icon'] = 'gfx/i/domain.gif';
> ?
> 

:-) yes, a typo, but one that doesn't matter :D
I was astonished too, but $ICON_TYPES['specialI']{'icon'} works,
as {} is used for arrays too.

vg Steffen




More information about the TYPO3-dev mailing list