You are here

function _webform_theme_pagebreak in Webform 6.2

Same name and namespace in other branches
  1. 6.3 components/pagebreak.inc \_webform_theme_pagebreak()
  2. 7.4 components/pagebreak.inc \_webform_theme_pagebreak()
  3. 7.3 components/pagebreak.inc \_webform_theme_pagebreak()

Module specific instance of hook_theme().

File

components/pagebreak.inc, line 77
Webform module page break component.

Code

function _webform_theme_pagebreak() {
  return array(
    'webform_mail_pagebreak' => array(
      'arguments' => array(
        'data' => NULL,
        'component' => NULL,
      ),
    ),
  );
}