[TYPO3] Section index and option split

Tapio Markula tapio.markula at atwebteam.com
Sat May 12 11:40:56 CEST 2007


Hi

I have problems with section index

default


	# "Section index (pagecontent w/Index checked - liststyle)"
	3.wrap = <ul class="csc-menu csc-menu-3">|</ul>
	3.renderObj.noBlur = 1
	3.renderObj.wrap = <li class="csc-section">|</li>

I would like to reset that
This doesn't work:

tt_content.menu.20.3 {
wrap =<div class="csc-menu csc-menu-3">|</div>
renderObj.wrap = |
1.NO.wrapItemAndSub=|
1.NO.linkWrap= <span class="csc-section">|&nbsp;&#124;&nbsp;</span> |*| 
<span class="csc-section">|&nbsp;&#124;&nbsp;</span> |*|<span 
class="csc-section lastItem">|</span>
1.NO.ATagParams = class="sectionLink"
}

1.NO has no effect - apparently because of subsection of a page

If I set
tt_content.menu.20.3 {

wrap =<div class="csc-menu csc-menu-3">|</div>
renderObj.wrap = <span class="csc-section">|&nbsp;&#124;&nbsp;</span> 
|*| <span class="csc-section">|&nbsp;&#124;&nbsp;</span> |*|<span 
class="csc-section lastItem">|</span>
}

option split for renderObj.wrap doesn't work

I don't figure how I could in this case option split for links


More information about the TYPO3-english mailing list