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

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
  • branches/2.0/install.php

    r3210 r3381  
    422422    array_push($errors, $error_copy);
    423423  }
     424
     425  $template->assign(
     426    'SUBSCRIBE_BASE_URL',
     427    get_newsletter_subscribe_base_url($language)
     428    );
    424429}
    425430if (count($errors) != 0)
Note: See TracChangeset for help on using the changeset viewer.