You are here

function guestbook_help in Guestbook 6.2

Same name and namespace in other branches
  1. 5.2 guestbook.module \guestbook_help()
  2. 5 guestbook.module \guestbook_help()
  3. 6 guestbook.module \guestbook_help()
  4. 7.2 guestbook.module \guestbook_help()

Implementation of hook_help().

File

./guestbook.module, line 166

Code

function guestbook_help($path, $arg) {
  switch ($path) {
    case 'admin/modules#description':
      return t('Adds a site guestbook and individual user guestbooks.');
  }
}