function ctools_theme

Same name in other branches
  1. 8.x-3.x ctools.module \ctools_theme()
  2. 4.0.x ctools.module \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;
}