Get the titles of the root page down the hierarchy to the current page without linking the current/active page:

  1. ## Path [Begin]
  2. lib.path = HMENU
  3. lib.path.special = rootline
  4. lib.path.special.range = 0
  5. lib.path.1 = TMENU
  6. lib.path.1 {
  7.         noBlur = 1
  8.         NO.linkWrap = | / |*||*| |
  9.         NO.stdWrap.htmlSpecialChars = 1
  10.         CUR = 1
  11.         CUR.allWrap = <span>|</span>
  12.         CUR.doNotLinkIt = 1
  13. }
  14. ## Path [End]




Related Articles: