You are here

function _webform_theme_serial in Webform Serial 7

Implements _webform_theme_component().

File

components/serial.inc, line 29
Webform module serial component.

Code

function _webform_theme_serial() {
  return array(
    'webform_display_serial' => array(
      'render element' => 'element',
      'file' => 'components/serial.inc',
      'path' => drupal_get_path('module', 'webform_serial'),
    ),
  );
}