function _webform_theme_telephone in Webform Telephone 7
Implements _webform_theme_component().
File
- components/
telephone.inc, line 32
Code
function _webform_theme_telephone() {
return array(
'webform_display_telephone' => array(
'render element' => 'element',
'file' => 'components/telephone.inc',
'path' => drupal_get_path('module', 'webform_telephone'),
),
);
}