You are here

function userone_help in User One 6

Same name and namespace in other branches
  1. 8 userone.module \userone_help()
  2. 7 userone.module \userone_help()

Implementation of hook_help().

File

./userone.module, line 13
User One module.

Code

function userone_help($path, $arg) {
  switch ($path) {
    case 'admin/help#userone':
      return t('Allows first user to log in with a login name different from user name.');
  }
}