[Typo3-german] wenn spalte leer anderes Template

Michael Stucki michael at typo3.org
Sat Oct 15 13:23:14 CEST 2005


Markus Bucher - typo3 wrote:

> <snip>
> page.99 = COA
> page.99 {
> 10 = HTML
> 10.value = <link rel="stylesheet" type="text/css"
> href="fileadmin/template/ext_template_1column.css" />
> 10.if.isFalse.numRows < styles.content.getRight
> }
> 
> </snip>
> 
> fügt mir ein css ein. Aber, wie schaffe ich es, dass es im Body steht?

numRows verwendet man ja auch ein wenig anders. Siehe TSref.

page.headerData = COA
page.headerData {
        10.value = <link rel="stylesheet" .....>
        10.if.isFalse.numRows {
                table = tt_content
                select.where = colPos=2
        }
}

- michael
-- 
Use a newsreader! Check out
http://typo3.org/community/mailing-lists/use-a-news-reader/



More information about the TYPO3-german mailing list