[TYPO3] split elements

Bas van der Togt b.vandertogt at profinit.com
Wed Jun 6 14:27:55 CEST 2007


Hello list,

I use the following Typoscript to split my content elements.
I only want to use this splitter in the normal column.
However the splitter is placing a ###SPLITTER### marker in every column 
on the frontend now witouth splitting it. What is wrong in my TS?

Kind regards,
Bas

TS:
tt_content {
   stdWrap.outerWrap = |###SPLITTER###
}

temp.splittedElements = COA
temp.splittedElements {
	
   10 < styles.content.get

   20 = TEXT
   20 {
     wrap = <div class="content-sub">|</div>
     value =
   }
	
   stdWrap.split {
     token = ###SPLITTER###
     cObjNum = 1|*|2|*|3
     1.current = 1
     1.wrap = <div class="content-first-top"></div><div 
class="content-first">|</div>
     2.current = 1
     2.wrap = |
     3.current = 1
   }
}


More information about the TYPO3-english mailing list