[Typo3-dev] How do I make my extension a "Frontend Module"?
    dan frost 
    dan at danfrost.co.uk
       
    Fri Jul 18 10:46:59 CEST 2003
    
    
  
That's the one. Thanks.
René Fritz wrote:
>>I think he wants in in page-header of extended pages "contains plugin"
>>    
>>
>
>ext_tables.php:
>if (TYPO3_MODE=='BE')	{
>	$ICON_TYPES[$_EXTKEY] = Array('icon' => 
>t3lib_extMgm::extRelPath($_EXTKEY).'icon_tx_myext_module.gif');
>	$TCA['pages']['columns']['module']['config']['items'][] = 
>Array('LLL:EXT:my_ext/locallang_db.php:moduleFunction.tx_myext_modfunc1', 
>$_EXTKEY);
>}
>
>René
>
>  
>
    
    
More information about the TYPO3-dev
mailing list