function guestbook_help in Guestbook 5
Same name and namespace in other branches
- 5.2 guestbook.module \guestbook_help()
- 6.2 guestbook.module \guestbook_help()
- 6 guestbook.module \guestbook_help()
- 7.2 guestbook.module \guestbook_help()
Implementation of hook_help().
File
- ./
guestbook.module, line 174
Code
function guestbook_help($section) {
switch ($section) {
case 'admin/modules#description':
return t('Adds a site guestbook and individual user guestbooks.');
}
}