Hallo aaaaa vvvvv,

aaaaa vvvvv wrote:

> page = PAGE
> page {
> (...)
>   page.includeCSS {
>    file1 = fileadmin/style.css
>   }
> (...)
> }

Typoscript wird durch geschweifte Klammern strukturiert, d.h. alles was sich 
innerhalb der Klammern befindet wird deren Objekt zugeordnet. Das obige 
lässt sich entsprechend auch schreiben als:

page = PAGE
page.page.includeCSS.file1 = fileadmin/style.css

Ein 'page' zuviel also...

Falls du es noch nicht kennst:

https://docs.typo3.org/typo3cms/TyposcriptIn45MinutesTutorial/Index.html

hth
Gregor
-- 
http://www.a-mazing.de/   |   Certified TYPO3 Integrator

_______________________________________________
TYPO3-german mailing list
TYPO3-german@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german

Antwort per Email an