[branche 2.5] - add new site br.piwigo.org

git-svn-id: http://piwigo.org/svn/branches/2.5@22571 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
ddtddt
2013-05-09 12:25:07 +00:00
parent 200dd88769
commit 435de95646
5 changed files with 11 additions and 2 deletions
+3
View File
@@ -221,6 +221,9 @@ else if ('tr_TR' == $language) {
else if ('da_DK' == $language) {
define('PHPWG_DOMAIN', 'da.piwigo.org');
}
else if ('pt_BR' == $language) {
define('PHPWG_DOMAIN', 'br.piwigo.org');
}
else {
define('PHPWG_DOMAIN', 'piwigo.org');
}