add nl.piwigo.org as domain name if current language is nl_NL

fix typos on language names in install.php

correct list of available newsletters

git-svn-id: http://piwigo.org/svn/trunk@6152 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
plegall
2010-05-09 20:51:01 +00:00
parent 59f985e916
commit 8469140471
4 changed files with 12 additions and 3 deletions
+1 -1
View File
@@ -122,7 +122,7 @@ load_plugins();
include(PHPWG_ROOT_PATH.'include/user.inc.php');
if (in_array( substr($user['language'],0,2), array('fr','it','de','es','pl','hu','ru') ) )
if (in_array( substr($user['language'],0,2), array('fr','it','de','es','pl','hu','ru','nl') ) )
{
define('PHPWG_DOMAIN', substr($user['language'],0,2).'.piwigo.org');
}