function ctools_menu in Chaos Tool Suite (ctools) 7
Same name and namespace in other branches
- 6 ctools.module \ctools_menu()
Implements hook_menu().
File
- ./
ctools.module, line 660 - CTools primary module file.
Code
function ctools_menu() {
ctools_include('utility');
$items = array();
ctools_passthrough('ctools', 'menu', $items);
return $items;
}