aboutsummaryrefslogtreecommitdiffstats
path: root/admin/include/functions.php
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2009-11-05 21:58:28 +0000
committerplegall <plg@piwigo.org>2009-11-05 21:58:28 +0000
commit52f6be5504d69959e9f93e879f04bc530c75e512 (patch)
tree8300f28ece49e2003889773ec118d328ed290356 /admin/include/functions.php
parentf4d3386886ad034e910eb2520a1133b9c415646f (diff)
merge r4213 from branch 2.0 to tag 2.0.6 (highly unrecommended operation)2.0.6
feature 1231: subscribe to cn.piwigo.org/announcement when current language is zh_CN git-svn-id: http://piwigo.org/svn/tags/2.0.6@4215 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/include/functions.php')
-rw-r--r--admin/include/functions.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/admin/include/functions.php b/admin/include/functions.php
index 63a79a2bf..4f102318a 100644
--- a/admin/include/functions.php
+++ b/admin/include/functions.php
@@ -2123,6 +2123,7 @@ function get_newsletter_subscribe_base_url($language) {
'it_IT' => 'it.piwigo.org',
'de_DE' => 'de.piwigo.org',
'es_ES' => 'es.piwigo.org',
+ 'zh_CN' => 'cn.piwigo.org',
);
if (isset($domain_of[$language])) {