[TYPO3-dev] Reversible rootline in TITLE

John Angel johnange at gmail.com
Wed Feb 21 17:41:34 CET 2007


Hi,

To show rootline in page TITLE tag the code is below:
Root > Some page > Another page

Is there a simple way to show reversible rootline, e.g:
Another page - Some page - Root 


temp.page_title = HMENU
temp.page_title {
    wrap = <title>|</title>
    special = rootline
    special.range = 0|-1

    1 = TMENU
    1.NO.doNotLinkIt=1
    1.NO.stdWarp.noTrimWrap = | | |
    1.NO.allWrap = |&nbsp;&gt;&nbsp; |*||*|   | 
}

config.noPageTitle = 2
page.headerData.10 < temp.page_title


Regards,
John





More information about the TYPO3-dev mailing list