*** empty log message ***

This commit is contained in:
duergner 2003-07-29 10:42:01 +00:00
parent 4fc2a21e13
commit 992010e0de
2 changed files with 4 additions and 4 deletions

View File

@ -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)

View File

@ -44,7 +44,7 @@ function display_LoginPage($config_object,$profile)
session_register("header");
$language = explode(":",$_SESSION['language']);
$_SESSION['header'] = "<?xml version=\"1.0\" encoding=\"" . $language[0] . "\"?>\n<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\" \"http://www.w3.org/TR/html4/loose.dtd\">\n\n";
$_SESSION['header'] = "<?xml version=\"1.0\" encoding=\"" . $language[1] . "\"?>\n<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\" \"http://www.w3.org/TR/html4/loose.dtd\">\n\n";
// loading available languages from language.conf file
$languagefile = "../config/language";