[TYPO3-english] newbie - menu problem

Lex Thoonen Lex at peng.nl
Sat Sep 12 14:36:58 CEST 2009


Hi,

I've just strated using typo3, and the modern template building
tutorialas have helped a lot. However, I've got a typical newbie
question:

on my root page, the menu works fine. But it disappears on all other
pages.

And another thing with the menu: I've been reading about creating a
shortcut from 'home' to 'root', but how do i do that? Googling doesn't
help me so far...

Thanks!

Here's what I've got sofar:

# Menu 1 cObject
temp.nav = HMENU
  # First level menu-object, textual
temp.nav.1 = TMENU
temp.nav.1 {
    # Normal state properties
  NO.allWrap = <li class="menu1-level1-no"> | </li>
    # Enable active state and set properties:
  ACT = 1
  ACT.allWrap = <li class="menu1-level1-act"> | </li>
}
  # Second level menu-object, textual
temp.nav.2 = TMENU
temp.nav.2 {
    # Normal state properties
  NO.allWrap = <li class="menu1-level2-no"> | </li>
    # Enable active state and set properties:
  ACT = 1
  ACT.allWrap = <li class="menu1-level2-act"> | </li>
}



-- 
Lex Thoonen
Pêng Smart Web Design - http://www.peng.nl
Gran Canaria Info     - http://www.gran-canaria-info.com
Hollandse Nieuwe      - http://www.hollandsenieuwe.com
tel. +34 928 88.61.77



More information about the TYPO3-english mailing list