diff options
author | plegall <plg@piwigo.org> | 2009-06-08 21:12:06 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2009-06-08 21:12:06 +0000 |
commit | ccc032c8092ff020ac1b928bba891582e7659019 (patch) | |
tree | b8eaf7065592113e4ec3df08e34defd2d4fd93b1 | |
parent | 62d1bcfa38a93cbeadea3e716512556d6e52e1a1 (diff) |
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
Diffstat (limited to '')
-rw-r--r-- | admin/include/functions.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/include/functions.php b/admin/include/functions.php index 88505ca5c..560891d1f 100644 --- a/admin/include/functions.php +++ b/admin/include/functions.php @@ -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/'; } ?>
\ No newline at end of file |