| 1 |
<?php // $Id: mlm_ezmlm.inc,v 1.1 2009/05/15 14:34:32 vauxia Exp $ |
<?php // $Id: mlm_ezmlm.inc,v 1.2 2009/08/10 01:09:32 vauxia Exp $ |
| 2 |
|
|
| 3 |
/** |
/** |
| 4 |
* @file |
* @file |
| 13 |
$edit_form['address'] = array( |
$edit_form['address'] = array( |
| 14 |
'#type' => 'textfield', |
'#type' => 'textfield', |
| 15 |
'#title' => t('E-mail Address'), |
'#title' => t('E-mail Address'), |
| 16 |
'#default_value' => $this->settings['address'], |
'#default_value' => $this->settings('address'), |
| 17 |
'#description' => t('A mailing list must be configured on your mail server before you can use it on your site. Enter its e-mail address here.'), |
'#description' => t('A mailing list must be configured on your mail server before you can use it on your site. Enter its e-mail address here.'), |
| 18 |
); |
); |
| 19 |
return $edit_form; |
return $edit_form; |