[TYPO3-dev] default language name for FE-Plugin

bernd wilke t3ng at bernd-wilke.net
Fri Jun 14 10:54:54 CEST 2013


Am 14.06.13 10:49, schrieb Franz Holzinger:

> Use the $GLOBALS['TSFE'] object and not the class name, because you can
> see:
> -----------
>   class tslib_fe {
>   ...
>      function getPagesTSconfig()    {
>           ....
>          }
>    }
> -----------
> this is no static class.
> solution:
>
> $GLOBALS['TSFE']->getPagesTSconfig();

thanks for clearing my sight.

bernd
-- 
http://www.pi-phi.de/cheatsheet.html



More information about the TYPO3-dev mailing list