You are here

function _webform_theme_markup in Webform 7.4

Implements _webform_theme_component().

File

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

Code

function _webform_theme_markup() {
  return array(
    'webform_display_markup' => array(
      'render element' => 'element',
      'file' => 'components/markup.inc',
    ),
  );
}