[TYPO3-english] cookbook language menu does not work

Aneta Jaroslava aneta2000 at hotmail.com
Wed Aug 19 09:47:16 CEST 2009


Hi all,

I am using the cookbook language menu as follows.
Problem here I change languages but the black/white background does not  
change.
BTW: I am using cool uri.

Is cooluri the problem here, maybe?

lib.language = HMENU
lib.language {

   special = language
   special.value = 0,1,2
   special.normalWhenNoLanguage = 0

   1 = GMENU
   1 {

     NO = 1
     NO {
       allWrap = | 
       XY = 20,12
       backColor = white
       10 = IMAGE
       10.file = fileadmin/media/flags/de.png ||  
fileadmin/media/flags/us.png || fileadmin/media/flags/ru.png
     }

     ACT < .NO
     ACT = 1
     ACT {
       noLink = 1
       backColor = black
     }

     USERDEF1 < .NO
     USERDEF1 = 1
     USERDEF1 {
       noLink = 1
       file = fileadmin/media/flags/de.png || fileadmin/media/flags/us.png  
|| fileadmin/media/flags/ru.png
     }
   }
}

Anyone some suggestions?
Thanks


More information about the TYPO3-english mailing list