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