You are here

function jammer_help in Jammer 6

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

Implementation of hook_help().

File

./jammer.module, line 33
Modify forms.

Code

function jammer_help($path, $arg) {
  switch ($path) {
    case 'admin/settings/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.');
  }
}