| 1 |
<?php |
<?php |
| 2 |
// $Id: addresses_internet.module,v 1.3 2008/12/05 02:26:17 alexiswilke Exp $ |
// $Id: addresses_internet.module,v 1.4 2009/01/01 06:20:53 alexiswilke Exp $ |
| 3 |
/** |
/** |
| 4 |
* @author Alexis Wilke |
* @author Alexis Wilke |
| 5 |
* @file addresses_internet.module |
* @file addresses_internet.module |
| 31 |
'display' => ADDRESSES_FIELD_SHOW, |
'display' => ADDRESSES_FIELD_SHOW, |
| 32 |
'title' => t('Public Email'), |
'title' => t('Public Email'), |
| 33 |
'theme' => array( |
'theme' => array( |
| 34 |
'contact_email' => t('Contact Email.'), |
'contact_email' => t('Contact Email (public).'), |
| 35 |
), |
), |
| 36 |
'token' => 'addresses_general', |
'token' => 'addresses_general', |
| 37 |
), |
), |