[TYPO3-ect] translations with lib/div
    Elmar Hinz 
    elmar07 at googlemail.com
       
    Mon Jul 30 16:54:04 CEST 2007
    
    
  
> 
> So i compared:
> t3lib_div::debug($this->configurations->dump(),'try');
> t3lib_div::debug($GLOBALS['TSFE']->tmpl->setup['plugin.'
['tx_bananas.'],'try2');
> 
> and in the TSFE-Object the right configuration is given.
> 
> vg  Steffen
Hi,
the configuration isn't taken from $GLOBALS['TSFE']->tmpl. (Once it was). It
all comes in now through the one and only gate: tx_lib_controller::main().
So you should include that into your comparisms.
Regards
Elmar
    
    
More information about the TYPO3-team-extension-coordination
mailing list