You are here

function mobile_tools_perm in Mobile Tools 6.3

Same name and namespace in other branches
  1. 5 mobile_tools.module \mobile_tools_perm()
  2. 6 mobile_tools.module \mobile_tools_perm()
  3. 6.2 mobile_tools.module \mobile_tools_perm()

Implementation of hook_perm().

File

./mobile_tools.module, line 34
Mobile Tools provides a range of functionality assisting in creating a mobile Drupal site . this functionality contains:

Code

function mobile_tools_perm() {
  return array(
    'configure Mobile Tools',
  );
}