[TYPO3-dev] SysFolder, Contains Plugin, $ICON_TYPES
Stefano Kowalke
blueduck at gmx.net
Mon Jan 5 17:47:57 CET 2009
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';
?
Cheers
Stefano
More information about the TYPO3-dev
mailing list