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
_______________________________________________
TYPO3-german mailing list
TYPO3-german@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german

Antwort per Email an