You are here

function ctools_theme in Chaos Tool Suite (ctools) 6

Same name and namespace in other branches
  1. 8.3 ctools.module \ctools_theme()
  2. 7 ctools.module \ctools_theme()

Implementation of hook_theme().

File

./ctools.module, line 394
CTools primary module file.

Code

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