[TYPO3] HMENU and TMENU help please

Bryan support at chillifactory.co.za
Fri Aug 18 13:37:30 CEST 2006


Hi all,

wondering if you could lend a hand, I've got a smart problem with HMENU
 and TMENU.

I've been reading through all the documentation but I still can't get me
head around it. Perhaps someone could give me a quick pointer as to
where I might be going wrong. Thanks

Problem: Its not using the allwrap and I don't know why, lost in the
dark here. Thanks again

# Menu Navigation cObject
temp.navi = HMENU
  # First level menu-object, textual
temp.navi.1 = TMENU
temp.navi.maxItems = 3
temp.navi.entryLevel = 0
temp.navi.begin = 6
temp.navi.1.NO {
  allwrap (
  <table border="0" cellspacing="0" cellpadding="0" valign="top"><tr><td
width="128">|</td></tr></table>
  )
  linkWrap (
  <table width="100%" border="0" cellspacing="0" cellpadding="0"><tr><td
width="10%" align="right" style="padding-right:5px;"><img
src="images/blue-arrow.gif" width="6" height="11"></td><td width="90%"
class="topmenu"> | test</td></tr></table>
)
}

This is my output:

  <table width="100%" border="0" cellspacing="0" cellpadding="0"><tr><td
width="10%" align="right" style="padding-right:5px;"><img
src="images/blue-arrow.gif" width="6" height="11"></td><td width="90%"
class="topmenu"> <a href="index.php?id=37"
onfocus="blurLink(this);">Products</a> test</td></tr></table>

  <table width="100%" border="0" cellspacing="0" cellpadding="0"><tr><td
width="10%" align="right" style="padding-right:5px;"><img
src="images/blue-arrow.gif" width="6" height="11"></td><td width="90%"
class="topmenu"> <a href="index.php?id=88"
onfocus="blurLink(this);">Services</a> test</td></tr></table>

</td>
	</tr>
</table>
		



More information about the TYPO3-english mailing list