From 654ce203d3290c524adb797208d4e3037c0f5407 Mon Sep 17 00:00:00 2001 From: plegall Date: Sun, 31 May 2009 19:46:59 +0000 Subject: merge r3381 from branch 2.0 to trunk 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/trunk@3382 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/config_default.inc.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') 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 | // +-----------------------------------------------------------------------+ -- cgit v1.2.3