[TYPO3] linkWrap not working with sitemap

Bas van der Togt b.vandertogt at profinit.com
Tue Jun 27 17:36:24 CEST 2006


Hello list,

With this code the linkWrap is working:

# Links
temp.Links = HMENU
temp.Links.special = directory
temp.Links.special.value = 82
temp.Links.wrap = <table border="0" cellspacing="0" cellpadding="0" 
align="center" width="142" style="border-top:dotted 1px #7E7E7E; 
margin-top:7px;">|</table>
temp.Links.1 = TMENU
temp.Links.1.NO {
   beforeImg = fileadmin/templates/images/bullet2.gif
   beforeROImg = fileadmin/templates/images/bullet1.gif
   beforeWrap = <td class="menu_right" valign="top">|</td>
   linkWrap = <td class="menu_right" width="115">|</td>
   RO = 1
   expAll = 1
   allWrap = <tr width="142">|</tr>
}

But with this code not:

# Content Right
tt_content.menu.20.default.includeNotInMenu = 1
tt_content.menu.20.default.1 {
   wrap = <table border="0" cellspacing="0" cellpadding="0" 
align="center" width="142">|</table>
   NO {
     beforeImg = fileadmin/templates/images/bullet2-o.gif
     beforeROImg = fileadmin/templates/images/bullet1-o.gif
     beforeWrap = <td class="menu_right" valign="top">|</td>
     linkWrap = <td class="menu_right" width="115">|</td>
     RO = 1
     expAll = 1
     allWrap = <tr width="142">|</tr>
     }
}

Does anybody knows why?

Cheers,
Bas



More information about the TYPO3-english mailing list