mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-05-18 07:16:11 +02:00
feature 1020: simplify the URL to subscribe to Piwigo Announcements
Newsletter. git-svn-id: http://piwigo.org/svn/branches/2.0@3401 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -2120,7 +2120,7 @@ function get_newsletter_subscribe_base_url($language) {
|
||||
if ('fr_FR' == $language) {
|
||||
$subscribe_domain = 'fr.piwigo.org';
|
||||
}
|
||||
|
||||
return 'http://'.$subscribe_domain.'/announcement/subscribe.php?email=';
|
||||
|
||||
return 'http://'.$subscribe_domain.'/announcement/subscribe/';
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user