Hi,

        if (TYPO3_MODE == 'BE') {
                t3lib_div::loadTCA('pages');
                $TCA['pages']['columns']['module']['config']['items'][] = array(
                
'LLL:EXT:sitemgr/Resources/Private/Language/locallang_db.xml:tx_sitemgr_customer',
                        'sitemgr'
                );
                t3lib_SpriteManager::addTcaTypeIcon('pages', 'contains-sitemgr',
t3lib_extMgm::extRelPath($_EXTKEY).'ext_icon.gif');
                #$ICON_TYPES['sitemgr'] = array('icon' =>
t3lib_extMgm::extRelPath($_EXTKEY).'ext_icon.gif');
        }

should do the trick.

Greetings
Kay

-- 
http://www.kay-strobach.de - Open Source Rocks
_______________________________________________
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Reply via email to