[TYPO3-german] browser-title

Rupali rupali.ffm at googlemail.com
Fri Nov 21 17:20:17 CET 2008


Hallo,

Mein Projekt Baumstruktur sieht so aus:

root
-title1
        -title1.1
                   --title1.1.1
                                --title1.1.1.1
                  --title1.1.2
        -title1.2
        -title1.3

-title2
       -title2.1
       -title2.2
                  --title2.2.1
                                --title2.2.1.1
                  --title2.2.2
       -title2.3


Wir wollen das immer die Letzte und Vorletzte Ebene im Browser Title
angezeigt werdern soll.

d.h. titel 2.2.1.1 und title 2.2.1 sind im browser title zu sehen sind wenn
ich auf die Seite "title2.2.1.1" bin.
und
titel 2.2.1 und title 2.2 sind im browser title zu sehen sind wenn ich auf
die Seite "title2.2.1" bin. usw.

ich habes folgendes code für Browser Title und verwirre mich mit relativ
Rootlevel (Rootline range) code. Kann jemand mir weiter helfen ?


headerData.31= COA
    headerData.31 {
    10 = HMENU
    10 {
     special = rootline
     special.range =  2 | 1
**  special.range =  -1| +1
**  special.range = -1 | -2
     1 = TMENU

         1.wrap = <title> |  </title>
         1.NO {
         stdWrap.field = subtitle//title
         ATagTitle.field = subtitle //nav_title // title
         linkWrap = ||*| : |*|
         doNotLinkIt = 1
         }
         # Current menu item is unlinked
         1.CUR {
         stdWrap.field = subtitle
         ATagTitle.field = subtitle //nav_title // title
         linkWrap = ||*|  : |*|
         doNotLinkIt = 1
         }
        }


    }


Danke und Grüße,
Rupali


More information about the TYPO3-german mailing list