[TYPO3-german] lib.fluidContent.templateRootPaths wird nicht erkannt
Mikel
lists at con-version.com
Tue Oct 24 16:02:51 CEST 2017
Hi,
schau mal in sysext/fluid_styled_content:
tt_content.textmedia erbt von lib.contentElement
In lib.contentElement fließt eine Constant für TemplateRootPath, LayoutRootPath und PartialsRootPath ein —> {$styles.templates.templateRootPath}
Du müsstest in Deinen eigenen Constants also nur diese Werte definieren:
styles.templates.templateRootPath =
styles.templates.layoutRootPath =
styles.templates.partialRootPath =
Beachte auch die Reihenfolge der Includes in Deinem Template-Setup. fluid_styled_content muss VOR dem überschreibenden Template inkludiert werden.
Hoffe, das hilft.
Mikel
More information about the TYPO3-german
mailing list