You are here

function cumulus_menu in Cumulus 7

Same name and namespace in other branches
  1. 6 cumulus.module \cumulus_menu()

Implements hook_menu().

File

./cumulus.module, line 226
The brain of Cumulus.

Code

function cumulus_menu() {
  module_load_include('inc', 'cumulus', 'cumulus.admin');
  return _cumulus_menu();
}