| 1 |
<?php |
<?php |
| 2 |
// $Id: addresses_names.inc,v 1.1 2008/09/28 22:26:11 alexiswilke Exp $ |
// $Id: addresses_names.inc,v 1.2 2009/01/01 05:46:43 alexiswilke Exp $ |
| 3 |
/** |
/** |
| 4 |
* @author Alexis Wilke |
* @author Alexis Wilke |
| 5 |
* @file |
* @file |
| 62 |
* Array. All field values |
* Array. All field values |
| 63 |
* @ingroup themeable |
* @ingroup themeable |
| 64 |
*/ |
*/ |
| 65 |
function theme_addresses_names_field_category($afields) { |
function theme_addresses_names_field_business_category($afields) { |
| 66 |
return '<dt>'. t('Category') .': </dt><dd class="category-address">'. $afields['category'] ."</dd>\n"; |
return '<dt>'. t('Category') .': </dt><dd class="category-address">'. $afields['category'] ."</dd>\n"; |
| 67 |
} |
} |
| 68 |
|
|