typoscript

Xml code posted
created at 02 Feb 13:29

Edit | Back
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
lib.headernav = HMENU
lib.headernav {
  special = list
  special.value = 2,9
  includeNotInMenu = 1
  wrap = <div id="headernav" class="nav">|</div>
  1 = TMENU
  1 {
    expAll = 0
    noBlur = 1
    wrap = <ul>|</ul>
    NO {
      wrapItemAndSub = <li>|</li>
      linkWrap = |<span>.</span> |*| |<span>.</span> |*| |
      stdWrap.htmlSpecialChars = 1
      stdWrap.case = upper
    }
  }
}
412 Bytes in 2 ms with coderay