function ctools_dropdown_theme

Delegated implementation of hook_theme()

File

includes/dropdown.theme.inc, line 37

Code

function ctools_dropdown_theme(&$items) {
    $items['ctools_dropdown'] = array(
        'variables' => array(
            'title' => NULL,
            'links' => NULL,
            'image' => FALSE,
            'class' => '',
        ),
        'file' => 'includes/dropdown.theme.inc',
    );
}