[TYPO3] Default content using TS

tapio tapio.markula at dnainternet.net
Wed Mar 1 20:54:16 CET 2006


hi,

i have the follow script in my template:

CONTENTRECHTS = COA
CONTENTRECHTS {
   1 = COA
   1 {
     10 < styles.content.getBorder
   }
   1.10.ifEmpty {
     10 < styles.vidsoft.contentRechts
   }
}

it doesn't work... i don't know why...

I tried with

temp.getRight = COA
temp.getRight {
   1 = COA
   1 {
     10 < styles.content.getRight
   }
   1.10.ifEmpty {
     10 =TEXT
     10.value =test
   }
}

...
subpart.colRight < temp.getRight


any ideas or solutions ???
I didn't find the whole thread (this was in cache - other deleted)



More information about the TYPO3-english mailing list