Sie sind hier: CodeBase / Typoscript - Typo3 / CONTENT / Content Elemente mit anderem stdWrap aus Sysfolder laden
6.1.2009 : 13:45 : +0100

Content Elemente mit anderem stdWrap aus Sysfolder laden

Es ist zusätzlich eine CType unterscheidung drin:

Header wird nicht gewrappt und alles andere wird gewrappt
also contenttype header bleibt unverändert

 

by finfin82

  1. subparts.contentright = CONTENT
  2. subparts.contentright {
  3. table = tt_content
  4. select{
  5. pidInList = 49
  6. orderBy = sorting
  7. }
  8. renderObj = COA
  9. renderObj {
  10. 10 = CASE
  11. 10 {
  12. key.field = CType
  13.  
  14. default < tt_content
  15. default {
  16. header >
  17. stdWrap.outerWrap = | <div id="boxright_bottom">&nbsp;</div>
  18. }
  19.  
  20. header < tt_content.header
  21. }
  22. }
  23. }