diff --git a/html/user/img/flags/da.png b/html/user/img/flags/da.png new file mode 100644 index 0000000000..045552f5cf Binary files /dev/null and b/html/user/img/flags/da.png differ diff --git a/html/user/language_select.php b/html/user/language_select.php new file mode 100644 index 0000000000..24e00bff61 --- /dev/null +++ b/html/user/language_select.php @@ -0,0 +1,53 @@ +This website may be displayed to you in one of the following languages. Usually the server will automatically determine + which language you use but you can override this by clicking on one of the links. Clicking a link will send you a cookie which + stores your language selection on your computer (if you experience any problems please check that your browser accepts + cookies from our domain).

"; +echo "

The currently selected language is: ".tr(LANG_NAME_INTERNATIONAL)." (".tr(LANG_NAME_NATIVE).")

"; + + + +start_table(); +for ($i=0; $i"; + } else { + $im=""; + } + row3($im, + "".$languages[$i]."", + "".$lang_international[$i]." (".$lang_native[$i].")"); +} +end_table(); +echo "

You can always go back to automatic language selection by pressing this link

"; +page_tail(); +?>