Changeset 3382 for trunk/install.php


Ignore:
Timestamp:
May 31, 2009, 9:46:59 PM (15 years ago)
Author:
plg
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/install.php

    r3282 r3382  
    419419    array_push($errors, $error_copy);
    420420  }
     421
     422  $template->assign(
     423    'SUBSCRIBE_BASE_URL',
     424    get_newsletter_subscribe_base_url($language)
     425    );
    421426}
    422427if (count($errors) != 0)
Note: See TracChangeset for help on using the changeset viewer.