Advertisement
Guest User

Untitled

a guest
Oct 2nd, 2013
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. # Standard (Deutschland)
  2. config {
  3.     # URL Konfiguration
  4.     linkVars = L(0-3)
  5.     uniqueLinkVars = 1
  6.  
  7.     # Spracheinstellungen
  8.     sys_language_uid = 0
  9.     language = de
  10. }
  11.  
  12. # Deutsch (Österreich)
  13. [globalVar = GP:L=1]
  14. config {
  15.     sys_language_mode = content_fallback;0
  16.     sys_language_overlay = 1
  17.     sys_language_uid = 1
  18.     language = de_AT
  19. }
  20. [global]
  21.  
  22. # Deutsch (Schweiz)
  23. [globalVar = GP:L=2]
  24. config {
  25.     sys_language_mode = content_fallback;0
  26.     sys_language_overlay = 1
  27.     sys_language_uid = 2
  28.     language = de_CH
  29. }
  30. [global]
  31.  
  32. # Englisch (Vereinigtes Königreich)
  33. [globalVar = GP:L=3]
  34. config {
  35.     # strict + FE|hidePagesIfNotTranslatedByDefault in der LocalConfiguration
  36.     sys_language_mode = strict
  37.     sys_language_uid = 3
  38.     language = en
  39. }
  40. [global]
  41.  
  42. page = PAGE
  43. page {
  44.     type = 0
  45.     10 < styles.content.get
  46. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement