[TYPO3-german] Typo3 7.6.5 userfunc funktioniert nicht
Manuel Bachl
m.bachl at finndrop.de
Fri Apr 22 19:38:25 CEST 2016
Also kurz zur Info: Ich hab mein Problem nun lösen können.... War ziemlich banane:
Das hier:
```
bodyTag >
bodyTagCObject = USER
bodyTagCObject {
userFunc = Finndrop\FdsCommon\Util\BodyTagHelper->buildBodyTag
fallbackClass = 'neutral'
}
```
Musste so sein:
```
page {
bodyTag >
bodyTagCObject = USER
bodyTagCObject {
userFunc = Finndrop\FdsCommon\Util\BodyTagHelper->buildBodyTag
fallbackClass = 'neutral'
}
}
```
ich hatte ganz einfach vergessen body innerhalb des page objektes zu setzen...
--
https://www.finndrop.de
https://rocket.chat/
More information about the TYPO3-german
mailing list