aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2009-05-31 19:35:51 +0000
committerplegall <plg@piwigo.org>2009-05-31 19:35:51 +0000
commit32a24fefc9aece305d244933ec9e3272978193bc (patch)
tree2bf5bb132364eef99915d32c88c6f7e9d374349a /include
parente486b3c79af80356ce85afe8fed47ee4a554a83f (diff)
feature 1020 added: ability to subscribe to Piwigo Announcement Newsletter from
Piwigo itself. Admins can perform this action at the end of installation or on administration panel index. git-svn-id: http://piwigo.org/svn/branches/2.0@3381 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'include')
-rw-r--r--include/config_default.inc.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/config_default.inc.php b/include/config_default.inc.php
index f44bcd7b8..5857d7fa1 100644
--- a/include/config_default.inc.php
+++ b/include/config_default.inc.php
@@ -657,6 +657,9 @@ $conf['allow_web_services'] = true;
// Maximum number of images to be returned foreach call to the web service
$conf['ws_max_images_per_page'] = 500;
+// Display a link to subscribe to Piwigo Announcements Newsletter
+$conf['show_newsletter_subscription'] = true;
+
// +-----------------------------------------------------------------------+
// | Filter |
// +-----------------------------------------------------------------------+