You are here

function activeedit_menu in Javascript Tools 5

Implementation of hook_menu().

Load available includes by module.

File

activeedit/activeedit.module, line 40

Code

function activeedit_menu($may_cache) {
  if (!$may_cache) {
    jstools_modules_includes('activeedit');
  }
}