[TYPO3] Sitemap question

Matyi Gábor gmatyi at freemail.hu
Sun May 14 20:13:34 CEST 2006


Hi, this is what doesn't work for me. I use typo3 4.0 and here you can 
select the sitemap as page content element from default.

In this case I see this in the generated html file.

<!--  Menu/Sitemap element: [begin] -->
			<div class="csc-sitemap">

But there are't further div class, so I can't render it with css. My ask, 
how should configure this sitemap that having <ul class="level_1">, <ul 
class="level_2"> and <ul class="level_3">?

Thanks Gabor Matyi


2006. április 22. 21.49 dátummal Heiner Lamprecht ezt írta:
>
> lib.sitemap = COA
> lib.sitemap {
>   stdWrap.prefixComment = 2 | lib.sitemap
>   wrap = <div class="sitemap">|</div>
>   10 = HMENU
>   10.special = directory
>   10.special.value.field = pages
>   10.1 = TMENU
>   10.1 {
>     wrap = <ul class="level_1">|</ul>
>     noBlur = 1
>     expAll = 1
>     NO {
>       wrapItemAndSub = <li>|</li>
>       ATagTitle.field = description // title
>     }
>   }
>   10.2 < .10.1
>   10.2.wrap = <ul class="level_2">|</ul>
>
>   10.3 < .10.1
>   10.3.wrap = <ul class="level_3">|</ul>
> }



More information about the TYPO3-english mailing list