Versuch das mal:
Typoscript-Code:
1: 2: 3: 4: 5: 6:
| subparts.SUBNAVI < temp.this_menu subparts.SUBNAVI.stdWrap { wrap = <td> | </td> if.isTrue.cObject< temp.this_menu } |
dazu muss dann halt das <td> im html weggelassen werden:
HTML-Code:
<table><tr> <!-- links //-->
###LINKS###
<!-- content //-->
###CONTENT###
<!-- rechts //-->
###RECHTS###
</tr></table>