mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-03 07:23:12 +02:00
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:
@@ -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])) {
|
||||
|
||||
Reference in New Issue
Block a user