You are here

function ctools_wizard_theme in Chaos Tool Suite (ctools) 7

Same name and namespace in other branches
  1. 6 includes/wizard.theme.inc \ctools_wizard_theme()

@file Themable for the wizard tool.

File

includes/wizard.theme.inc, line 8
Themable for the wizard tool.

Code

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