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 --- install.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'install.php') diff --git a/install.php b/install.php index 8bd91f5c2..5140cffd7 100644 --- a/install.php +++ b/install.php @@ -418,6 +418,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