[Typo3] TMENU question

JoH info at cybercraft.de
Sun Jul 31 11:05:48 CEST 2005


>>            IFSUB = 1
>>            IFSUB {
>>               subst_elementUid = 1
>>               allWrap = <ul id="element{elementUid}"><li>|
>>               wrapItemAndSub = |</ li></ul>
>>            }
>
> Of course, that makes perfect sense, and worked perfectly.

But it was still not completely correct ;-)
First there has to be <li>, then the link of the current level and finally
the <ul> surrounding the next level.

So this should be correct:

            IFSUB = 1
            IFSUB {
               subst_elementUid = 1
               allWrap = <li>|<ul id="element{elementUid}">
               wrapItemAndSub = |</ul></ li>
            }

Joey





More information about the TYPO3-english mailing list