[TYPO3] GMENU and shortcuts

mark schoenbaechler typo3-english at lists.netfielders.de
Wed May 16 14:17:47 CEST 2007


Ok. So the html-output is following:

noLink = 0 gives

<div class="menuL1off">
	<a href="index.php?id=155" onfocus="blurLink(this);" onmouseover="over('img155_41ac_0');" onmouseout="out('img155_41ac_0');">
		<img src="typo3temp/menu/4c931e18c4.png" width="145" height="20"  alt="The Page" id="img155_41ac_0" />
	</a>
</div>



noLink = 1 gives

<div class="menuL1off">
	<a href="index.php?id=155" >
		<img src="typo3temp/menu/4c931e18c4.png" width="145" height="20"  alt="The Page" id="img155_41ac_0" />
	</a>
</div>


More information about the TYPO3-english mailing list