diff options
author | plegall <plg@piwigo.org> | 2010-01-04 14:41:59 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2010-01-04 14:41:59 +0000 |
commit | e25d7b756558cdc7a6b5cb33ed5c464c41295155 (patch) | |
tree | 92c4530519660103edd706279b63e45a76599298 /admin | |
parent | 2e524062381ef18c210f1323eac603ed9d767ab3 (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
Diffstat (limited to 'admin')
-rw-r--r-- | admin/include/functions.php | 1 |
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])) { |