function ctools_theme

Implements hook_theme().

File

./ctools.module, line 650

Code

function ctools_theme() {
  ctools_include('utility');
  $items = array();
  ctools_passthrough('ctools', 'theme', $items);
  return $items;
}