[TYPO3-english] sr_language_menu link separator
    Andreas Burg 
    typo3 at andreasburg.de
       
    Tue Mar 17 18:36:44 CET 2009
    
    
  
Iztok,
you don't need an extension. This is all you need:
lib.langmenu = HMENU
lib.langmenu {
   special = language
   #your lang IDs
   special.value = 0,9
   1 = TMENU
   1.NO = 1
   1.NO {
     stdWrap.htmlSpecialChars = 1
     allWrap = | |||
     ATagTitle = Show english version || Zeige deutsche Version
   }
   1.ACT < .1.NO
   1.ACT {
     doNotLinkIt = 1
   }
   #NO not available
   1.USERDEF1 < .1.NO
   1.USERDEF1 {
     ATagTitle = nicht vorhanden || not available
   }
   #ACT not available
   1.USERDEF2 < .1.USERDEF1
   1.USERDEF2 {
     doNotLinkIt = 1
   }
}
-- 
Andreas
Mailing list rules & guidelines (Mailing list Regeln & Leitfaden):
http://typo3.org/community/mailing-lists/
http://typo3.org/community/mailing-lists/mailing-list-rules-guidelines/
    
    
More information about the TYPO3-english
mailing list