function flickrgallery_help in FlickrGallery 6.2
Same name and namespace in other branches
- 7.3 flickrgallery.module \flickrgallery_help()
- 7 flickrgallery.module \flickrgallery_help()
- 7.2 flickrgallery.module \flickrgallery_help()
Implementation of hook_help()
File
- ./
flickrgallery.module, line 11 - This module shows the sets and photo's from a Flickr account
Code
function flickrgallery_help($path, $arg) {
if ($path == 'admin/help#flickrgallery') {
return '<p>' . t('This module shows the sets and photo\'s from a Flickr account.') . '</p>';
}
}