function mobile_tools_perm in Mobile Tools 6
Same name and namespace in other branches
- 5 mobile_tools.module \mobile_tools_perm()
- 6.3 mobile_tools.module \mobile_tools_perm()
- 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',
);
}