[TYPO3-german] Kriege das HMenu nicht in den div Container

Amir Boudani Amir.boudani at gmail.com
Wed Sep 9 09:05:51 CEST 2015


hab ich doch.
oder hab ich das jetzt Falsch verstanden?

[TS]

Haupttemplate = TEMPLATE
Haupttemplate {
  template = FILE
  template.file = fileadmin/Template/hauptausehen.html
  marks.MENU < obj.menu
  marks.TITLE < styles.content.getLeft
  marks.INHALT < styles.content.get
  marks.BILDR < styles.content.getRight
}

page.includeCSS {
  file = fileadmin/Template/Stylesheet/visual.css
}

### Menü ###
obj.menu = COA
obj.menu {
  wrap = <ul>|</ul>
  10 = HMENU
  10 {
    special = list
    special.value = 1
    1 = TMENU
    1 {
      NO.wrapItemAndSub = <li>|</li>
      CUR = 1
      CUR.wrapItemAndSub = <li class"current">|</li>
    }
  }
  
  20 = HMENU
  20.1 <.10.1
  20.1.expAll = 1
  20 {
    2 = TMENU
    2 {
      expAll = 1
      wrap = <ul class"level2">|</ul>
      NO.wrapItemAndSub = <li>|</li>
      ACT < .NO
      ACT = 1
    }
    
    3 = TMENU
    3 {
      wrap = <ul class"level3">|</ul>
      NO.wrapItemAndSub = <li>|</li>
      ACT < .NO
      ACT = 1
    }
  }
}

page = PAGE
page.10 < Haupttemplate

[/TS]


More information about the TYPO3-german mailing list