In address.module, address_checkout_form() the theming for address list is hard-coded, so it can't be overridden using phptemplate_ address_list().
// theme the options list
- $options = theme_address_list($address);
+ $options = theme('address_list', $address);
$address_format = variable_get('ec_address_display_format', 0);
| Comment | File | Size | Author |
|---|---|---|---|
| address.module.theme_.patch | 643 bytes | jonathan_hunt |