You are here

function mobile_tools_perm in Mobile Tools 5

Same name and namespace in other branches
  1. 6.3 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 33
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',
  );
}