[TYPO3-dev] Enable be_layout to be included from file
Sebastian Fischer
typo3 at evoweb.de
Fri Aug 5 07:22:16 CEST 2011
On 03.08.2011 19:18, Thomas "Thasmo" Deinhamer wrote:
> Sebastian Fischer schrieb:
>> -$parser->parse($backendLayout['config']);
>> +$parser->parse($parser->checkIncludeLines($backendLayout['config']));
>
> Sounds interesting - what does it do? :D
>
> Regards,
> Thomas
Hi Thomas,
all it does is including typoscript files that are includes via
<INCLUDE_SCRIPT....
That way you are able to include external be layout settings from file
that are stored in versioning software.
Greetings
Sebastian
More information about the TYPO3-dev
mailing list