<div id="c1002" class="csc-default" >######
#
# Snippets by http://typo3.intervation.de/snippets.html
#
####

temp.localNavigation = HMENU
temp.localNavigation {
  special = directory
  special.value = 309
  excludeDoktypes = 6
  1 = TMENU
  1 {
    expAll = 1
    wrap = <ul>|</ul>
    NO = 1
    NO {
      doNotLinkIt = 1
      wrapItemAndSub = <li> | </li>
      stdWrap.override.cObject =TEXT
      stdWrap.override.cObject {
        field = title
        typolink.parameter.field = uid
        if.isTrue.numRows {
          table = tt_content
          select.pidInList.field = uid
        } 
      }
    } 
  }
}
    
lib.menu_h < temp.localNavigation</div>