You are here

function ctools_menu in Chaos Tool Suite (ctools) 6

Same name and namespace in other branches
  1. 7 ctools.module \ctools_menu()

Implementation of hook_menu().

File

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

Code

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