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
This commit is contained in:
parent
2e52406238
commit
e25d7b7565
1 changed files with 1 additions and 0 deletions
|
@ -2123,6 +2123,7 @@ function get_newsletter_subscribe_base_url($language) {
|
||||||
'de_DE' => 'de.piwigo.org',
|
'de_DE' => 'de.piwigo.org',
|
||||||
'es_ES' => 'es.piwigo.org',
|
'es_ES' => 'es.piwigo.org',
|
||||||
'zh_CN' => 'cn.piwigo.org',
|
'zh_CN' => 'cn.piwigo.org',
|
||||||
|
'pl_PL' => 'pl.piwigo.org',
|
||||||
);
|
);
|
||||||
|
|
||||||
if (isset($domain_of[$language])) {
|
if (isset($domain_of[$language])) {
|
||||||
|
|
Loading…
Reference in a new issue