You are here

function fpa_js_load in Fast Permissions Administration 6.2

Same name and namespace in other branches
  1. 7.2 fpa.module \fpa_js_load()

File

./fpa.module, line 17

Code

function fpa_js_load($arg) {
  if (module_exists('ctools')) {
    return ctools_js_load($arg);
  }
  return 0;
}