function ctools_action_links_theme in Chaos Tool Suite (ctools) 7
Delegated implementation of hook_theme()
File
- includes/
action-links.theme.inc, line 11 - Theme function for wrapping menu local actions.
Code
function ctools_action_links_theme(&$items) {
$items['ctools_menu_local_actions_wrapper'] = array(
'render element' => 'links',
'file' => 'includes/action-links.theme.inc',
);
}