You are here

function ctools_wizard_theme in Chaos Tool Suite (ctools) 6

Same name and namespace in other branches
  1. 7 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(
    'arguments' => array(
      'trail',
    ),
    'file' => 'includes/wizard.theme.inc',
  );
}