German  |  English
Search:
Sie sind hier: Tutorial Typo3 » Menü Rootline

Menü Rootline

Code TypoScript Template
  # Menü Rootline
  temp.rootline = HMENU
  temp.rootline.special = rootline
  temp.rootline.special.range = 2
  temp.rootline.1 = TMENU
  temp.rootline.1 {
  wrap = Sie sind hier: |
  NO {
     stdWrap.field = subtitle//title
     allWrap = | » |*|   |*| |
     ATagParams=class="rootline"
     }
  }

  # Main TEMPLATE cObject for the BODY ###
  temp.mainTemplate = TEMPLATE       
  temp.mainTemplate {               
 
  # Feeding the content from the Auto-parser to the TEMPLATE cObject:
  template =< plugin.tx_automaketemplate_pi1

  # Substitute temp.rootline
  subparts.rootline < temp.rootline

  }
Code TypoScript Template
// subpart
<div id="rootline">
</div>