[TYPO3-core] RFC #16008: A new TypoScript cObject: FLUIDTEMPLATE
Steffen Kamper
info at sk-typo3.de
Tue Oct 19 01:48:01 CEST 2010
Hi,
thx a bunch to all, this is a fantastic feature and will make fluid more
famous!
I tested this version and all works fine. I really appreciate the well
documented code!
One tiny thing i changed:
$templatePath = dirname($templateFile) . '/';
$layoutRootPath = $templatePath . 'Layouts';
$partialRootPath = $templatePath . 'Partials';
as all dir paths in core ends with trailing slash, so concatenating will
be easier.
TODO: documentation on Wiki
Committed to trunk rev 9160
vg Steffen
More information about the TYPO3-team-core
mailing list