aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2010-01-04 14:41:59 +0000
committerplegall <plg@piwigo.org>2010-01-04 14:41:59 +0000
commite25d7b756558cdc7a6b5cb33ed5c464c41295155 (patch)
tree92c4530519660103edd706279b63e45a76599298
parent2e524062381ef18c210f1323eac603ed9d767ab3 (diff)
feature 1364: subscribe to pl.piwigo.org/announcement when current language is pl_PL
git-svn-id: http://piwigo.org/svn/branches/2.0@4617 68402e56-0260-453c-a942-63ccdbb3a9ee
-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 1081c9f3d..018fd5021 100644
--- a/admin/include/functions.php
+++ b/admin/include/functions.php
@@ -2123,6 +2123,7 @@ function get_newsletter_subscribe_base_url($language) {
'de_DE' => 'de.piwigo.org',
'es_ES' => 'es.piwigo.org',
'zh_CN' => 'cn.piwigo.org',
+ 'pl_PL' => 'pl.piwigo.org',
);
if (isset($domain_of[$language])) {