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/admin/intro.php

    r3196 r3381  
    115115
    116116$template->set_filenames(array('intro' => 'intro.tpl'));
     117
     118if ($conf['show_newsletter_subscription']) {
     119  $template->assign(
     120    array(
     121      'EMAIL' => $user['email'],
     122      'SUBSCRIBE_BASE_URL' => get_newsletter_subscribe_base_url($user['language']),
     123      )
     124    );
     125}
    117126
    118127$php_current_timestamp = date("Y-m-d H:i:s");
Note: See TracChangeset for help on using the changeset viewer.