[Typo3] Default border column

Ernesto Baschny [cron IT] ernst at cron-it.de
Wed Mar 30 12:24:46 CEST 2005


Ok, after re-reading the documentation for the CONTENT object, I found
my mistake:

Ernesto Baschny [cron IT] schrieb am 30.03.2005 11:41:

>     # Default right border, if there is no border in the current page
>     20 < styles.content.getBorder
>     20.select.pidInList = 21
>     20.if.isFalse.numRows < styles.content.getBorder

Change the last line to:

     20.stdWrap.if.isFalse.numRows < styles.content.getBorder

and it works. :)

Cool!!



More information about the TYPO3-english mailing list