function ctools_dropdown_theme in Chaos Tool Suite (ctools) 7
Same name and namespace in other branches
- 6 includes/dropdown.theme.inc \ctools_dropdown_theme()
Delegated implementation of hook_theme()
File
- includes/
dropdown.theme.inc, line 37 - Provide a javascript based dropdown menu.
Code
function ctools_dropdown_theme(&$items) {
$items['ctools_dropdown'] = array(
'variables' => array(
'title' => NULL,
'links' => NULL,
'image' => FALSE,
'class' => '',
),
'file' => 'includes/dropdown.theme.inc',
);
}