Ignore:
Timestamp:
May 9, 2010, 10:51:01 PM (14 years ago)
Author:
plg
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/common.inc.php

    r6126 r6152  
    123123include(PHPWG_ROOT_PATH.'include/user.inc.php');
    124124
    125 if (in_array( substr($user['language'],0,2), array('fr','it','de','es','pl','hu','ru') ) )
     125if (in_array( substr($user['language'],0,2), array('fr','it','de','es','pl','hu','ru','nl') ) )
    126126{
    127127  define('PHPWG_DOMAIN', substr($user['language'],0,2).'.piwigo.org');
Note: See TracChangeset for help on using the changeset viewer.