TypoScript: Welche Variante würdest du wählen und wieso?


/ Published in: TYPO3
Save to your folder(s)



Copy this code and paste it in your HTML
  1. # Variante 1
  2. 40 = COA
  3. 40 {
  4. wrap = <div id="col2">|</div>
  5. if.isFalse.numRows < styles.content.getRight
  6. }
  7. 10 < temp.pageElement.stylesContent.main
  8. }
  9.  
  10. # Variante 2
  11. 40 = COA
  12. 40 {
  13. if.isFalse.numRows < styles.content.getRight
  14. wrap = <div id="col2">|</div>
  15.  
  16. 10 < temp.pageElement.stylesContent.main
  17. }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.