function ctools_wizard_theme

@file Themable for the wizard tool.

File

includes/wizard.theme.inc, line 8

Code

function ctools_wizard_theme(&$theme) {
  $theme['ctools_wizard_trail'] = array(
    'variables' => array(
      'trail' => NULL,
      'form_info' => NULL,
      'divider' => ' » ',
    ),
    'file' => 'includes/wizard.theme.inc',
  );
}