[TYPO3] Rootline weird behavior?

Karol Martinka kmartinka at accalio.com
Fri Dec 14 20:30:51 CET 2007


Hello,

I have a problem - in the "rootline" menu, I can't see the 'titlepage' (the 
main homepage), which has different template.. Is this normal behavior ?

The structure is like :

Home > Products > Product A

(Home has different template than Products and Product A)

The menu shows only :

Products > Product A

How to solve it, please??

CODE:

lib.contentnavi = COA
lib.contentnavi {

/////////////// Commented, because this is only a workaround, how to see the 
HOMEPAGE
//  10=TEXT
//  10.typolink.parameter={$konstanty.mainpageID}
//  10.wrap = |  > 

 20=HMENU
 20.special=rootline
 20.special.range = 0
 20 {
    1=TMENU
    1 {
      NO.linkWrap = | > |*||*| |

    //you can omit this - it's because I don't want to have the last element 
as link...
      CUR=1
      CUR.allWrap = <span>|</span>
      CUR.doNotLinkIt = 1
      }
    }
  }

Thanks!!
Karol 




More information about the TYPO3-english mailing list