[Typo3-UG Oesterreich] Seitenpfad angabe?
    Franz Kratochvil 
    p.kratoch at utanet.at
       
    Tue Jul 20 15:21:44 CEST 2004
    
    
  
Michael Inselsbacher wrote:
> Es gibt da ja im Typo3 eine Variable die andauernd den aktuellen Pfad auf
> der Seite ausgibt.
> z.B.: Hauptseite/Projekt1/Beschreibung
Ein sog. Klickpfad, "breadcrumbs" ?
> 
> Wie geht denn der Befehl dafür?
z.B. so:
subparts.index = HMENU
subparts.index {
      special = rootline
      special.range = 0|-1
      1 = TMENU
      1.target = _self
      1.wrap = <span class="klickpfad">|</span>
      1.NO.linkWrap = |
}
Also: nach Menü....special = rootline inder TSref gucken..
hth,
Franz
-- 
... "To profit from good advice requires more wisdom than to give it." ~ 
John Churton Collins
    
    
More information about the TYPO3-at
mailing list