From 32a24fefc9aece305d244933ec9e3272978193bc Mon Sep 17 00:00:00 2001 From: plegall Date: Sun, 31 May 2009 19:35:51 +0000 Subject: 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 --- install.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'install.php') diff --git a/install.php b/install.php index e7c630de8..67691c019 100644 --- a/install.php +++ b/install.php @@ -421,6 +421,11 @@ else { array_push($errors, $error_copy); } + + $template->assign( + 'SUBSCRIBE_BASE_URL', + get_newsletter_subscribe_base_url($language) + ); } if (count($errors) != 0) { -- cgit v1.2.3