You are here

function jammer_help in Jammer 7

Same name and namespace in other branches
  1. 5 jammer.module \jammer_help()
  2. 6 jammer.module \jammer_help()
  3. 1.0.x jammer.module \jammer_help()

Implements hook_help().

File

./jammer.module, line 76
Modify forms.

Code

function jammer_help($path, $arg) {
  switch ($path) {
    case 'admin/config/jammer':
      return t('By default, no form items are removed until one or more content types are selected to act on. If you need to override a Jammed element, to allow a specific user role to view the option, you may do so under user permissions.');
  }
}