[TYPO3-dev] Enable be_layout to be included from file

Sebastian Fischer typo3 at evoweb.de
Wed Aug 3 10:52:04 CEST 2011


Hi everybody,

would you think, that it would be a good idea to be able to load 
be_layouts from file?

If so, changing file 
typo3/sysext/cms/classes/class.tx_cms_backendlayout.php in line 140 to 
the following would to the job.

-$parser->parse($backendLayout['config']);
+$parser->parse($parser->checkIncludeLines($backendLayout['config']));

As the feature freeze for 4.6 is set, i realy would love to see this in 4.7

Greetings
Sebastian




More information about the TYPO3-dev mailing list