function ctools_dropbutton_theme
Delegated implementation of hook_theme()
File
-
includes/
dropbutton.theme.inc, line 48
Code
function ctools_dropbutton_theme(&$items) {
$items['links__ctools_dropbutton'] = array(
'variables' => array(
'title' => NULL,
'links' => NULL,
'image' => FALSE,
'class' => NULL,
),
'file' => 'includes/dropbutton.theme.inc',
);
}