You are here

function addressfield_phone_theme in Address Field Phone 7

Implementation of hook_theme().

File

./addressfield_phone.module, line 358
Add additional phone fields to addressfield.

Code

function addressfield_phone_theme() {
  $hooks['addressfield_phone_container'] = array(
    'render element' => 'element',
  );
  return $hooks;
}