function flickrgallery_help in FlickrGallery 7.2
Same name and namespace in other branches
- 6.2 flickrgallery.module \flickrgallery_help()
- 7.3 flickrgallery.module \flickrgallery_help()
- 7 flickrgallery.module \flickrgallery_help()
Implements hook_help().
File
- ./
flickrgallery.module, line 10 - 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>';
}
}