ext_tables.php
// add folder selection in page module
$TCA['pages']['columns']['module']['config']['items'][] = Array('LLL:EXT:'.$_EXTKEY.'/locallang_db.xml:tx_chfronius_list', 'frlist');
// add folder icon for page tree
$ICON_TYPES['frlist'] = array('icon' => t3lib_extMgm::extRelPath($_EXTKEY).'res/gfx/icon_tx_chfronius_list.png');
georg |