[TYPO3] GMENU problem with hidden page

Dusan Aleksic dusan.aleksic at deepscreen.ch
Sat Feb 3 09:13:40 CET 2007


I have a menu that looks something like: Home About Contact
Home is a shortcut with id=130 that points to the page that has id=124, 
when I click on the About and Contact links in the menu, they turn red, 
as they should, but when I click on the Home link it stays gray.
How can I fix this?

this is the that generates menu code:

lib.upper_menu = COA
lib.upper_menu.10 = HMENU
lib.upper_menu.10.1 = GMENU
lib.upper_menu.10.1{
NO{
noblur = 0
expAll = 0
XY = [10.w],[10.h]
format = gif
quality = 100
linkWrap = |    
10 = TEXT
10{
	text.case = upper
	text.field = title
	fontColor = #7A7F6B
	fontSize = 8
	fontFile = fileadmin/fonts/STAN0757.TTF
	offset = 0,[10.h]
	niceText = 0
	antiAlias = 0
}
}

RO < .NO
RO {
10.fontColor = #000000
}
RO = 1

CUR < .NO
CUR{
10.fontColor = #E81000
}
CUR = 1

}

cheers!


More information about the TYPO3-english mailing list