Changeset 3381 for branches/2.0/admin/intro.php
- Timestamp:
- May 31, 2009, 9:35:51 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0/admin/intro.php
r3196 r3381 115 115 116 116 $template->set_filenames(array('intro' => 'intro.tpl')); 117 118 if ($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 } 117 126 118 127 $php_current_timestamp = date("Y-m-d H:i:s");
Note: See TracChangeset
for help on using the changeset viewer.