diff --git a/lam/config/language b/lam/config/language index 9627a44f..8e4b4f2e 100644 --- a/lam/config/language +++ b/lam/config/language @@ -4,11 +4,11 @@ # Normally you don't have to edit this file manually. It is modified automatically when you add a new language in the Configuration-Site. # Englisch Language -en_GB::ISO-8859-1:English (Britain) +en_GB:ISO-8859-1:English (Britain) # German Language -de_DE::ISO-8859-15:Deutsch (Deutschland) +de_DE:ISO-8859-15:Deutsch (Deutschland) # German Language -fr_FR::ISO-8859-1:Francais (France) +fr_FR:ISO-8859-1:Francais (France) diff --git a/lam/templates/login.php b/lam/templates/login.php index d6e829e7..b580c0ea 100644 --- a/lam/templates/login.php +++ b/lam/templates/login.php @@ -44,7 +44,7 @@ function display_LoginPage($config_object,$profile) session_register("header"); $language = explode(":",$_SESSION['language']); - $_SESSION['header'] = "\n\n\n"; + $_SESSION['header'] = "\n\n\n"; // loading available languages from language.conf file $languagefile = "../config/language";