function ctools_action_links_theme

Delegated implementation of hook_theme()

File

includes/action-links.theme.inc, line 11

Code

function ctools_action_links_theme(&$items) {
  $items['ctools_menu_local_actions_wrapper'] = array(
    'render element' => 'links',
    'file' => 'includes/action-links.theme.inc',
  );
}