[TYPO3] menu into list

Murányi Árpád pesz at pesz.hu
Thu Nov 15 11:27:07 CET 2007


>> subparts.left_column < temp.nav
>>
>> what is the way to rather form a list? i can <li> tag the menu, but how
>> can i assign it (and others) to an ul list?
> 
> I'm afraid your question rather fuzzy. Would you care to post more of 
> code, so that we know what is in your temp.nav?

my temp.nav looks like this:

temp.nav = HMENU
temp.nav.entryLevel = 0
temp.nav.1 = TMENU
temp.nav.1 {
   expAll = 1
   wrap = <ul>|</ul>
   NO.wrapItemAndSub = <li>|</li>
   NO.stdWrap.htmlSpecialChars = 1
}

i'd like to assign it to a list among other modules (eg. searchbox, 
links etc.). the idea is wrapping them like <li class="box">|</li> and
inserting them somehow in an ul.

my question is how to insert into a list (to be eg. #left_column > ul > 
li .box)?

arpad


More information about the TYPO3-english mailing list