[TYPO3-templavoila] mapping problem

M.K. kleinerChemiker at web.de
Thu Sep 28 22:52:28 CEST 2006


hi

a part of my template:
<div id="ro"><div id="lo"><div id="ru"><div id="lu">
<div id="txt">
<div id="menu2">

	<ul>
	<li><a href="">Balbublblubblas</a></li>
	<li><a href="">Gott 1</a></li>
	<ul>
</div>
<h1>Gott 3</h1>
....


<div id="txt"> starts the main content area

<div id="menu2"> starts this submenu:

lib.subMenu = HMENU
lib.subMenu {
	wrap = <div id="menu2">|</div>
	stdWrap.required = 1
	entryLevel = 0
	1 = TMENU
	1.required = 1
	1.expAll = 1
	1.wrap = <ul>|</ul>
	1.NO = 1
	1.NO.allWrap = <li>|</li>
	2 < .1
	3 < .1
	4 < .1
	5 < .1
}

my problem is, the submenu doesnt show up. in the mapping overview there
is an yello exclamation mark instead of an ok, which say no content
found. but that doesnt help me. can anyone help me please?

tia

mik



More information about the TYPO3-project-templavoila mailing list