| 1 |
<?php |
<?php |
| 2 |
// $Id: addresses_names.module,v 1.2 2008/12/28 19:21:10 alexiswilke Exp $ |
// $Id: addresses_names.module,v 1.3 2009/01/01 05:46:43 alexiswilke Exp $ |
| 3 |
/** |
/** |
| 4 |
* @author Alexis Wilke |
* @author Alexis Wilke |
| 5 |
* @file addresses_names.module |
* @file addresses_names.module |
| 66 |
'display' => ADDRESSES_FIELD_SHOW, |
'display' => ADDRESSES_FIELD_SHOW, |
| 67 |
'title' => t('Business Category'), |
'title' => t('Business Category'), |
| 68 |
'theme' => array( |
'theme' => array( |
| 69 |
'business' => t('Business Category.'), |
'business_category' => t('Business Category.'), |
| 70 |
), |
), |
| 71 |
'token' => 'addresses_adr', |
'token' => 'addresses_adr', |
| 72 |
), |
), |