[TYPO3-dev] $ICON_TYPES / Sysfolder 'Page contains plugin'
Kasper Ligaard
ligaard at daimi.au.dk
Wed Nov 29 14:05:22 CET 2006
tt_news and DAM has special icons in the pagetree. I have the same in my
extension by doing:
$TCA['pages']['columns']['module']['config']['items'][] =
array('Events', 'daimievent');
$ICON_TYPES['daimievent'] = array('icon' =>
t3lib_extMgm::extRelPath($_EXTKEY).'daimievent-sysfolder-icon.gif');
My two problems:
1) How do I localise the text in the 'Page contains plugin' drop-down box?
2) How do I tell T3 to use another icon, when the sysfolder gets hidden?
Ragards, Kasper
More information about the TYPO3-dev
mailing list