[TYPO3-german] Problem mit Conditions

Helmut Hummel typo3 at rampenlicht.org
Sat Oct 13 14:30:13 CEST 2007


Hallo Thomas,

Thomas Pries schrieb:
> 
> Ich sehe meinen Fehler einfach nicht, wo liegt das Problem?

Conditions dürfen _nicht_ innerhalb von Klammern stehen.

also statt:

foo {
    bar = 0
    [condition]
    bar = 1
    [global]
}

musst Du das hier schreiben:

foo {
   bar = 0
}
[condition]
bar = 1
[global]


-- 
Viele Grüße
Helmut


More information about the TYPO3-german mailing list