You are here

function flickrgallery_help in FlickrGallery 7.3

Same name and namespace in other branches
  1. 6.2 flickrgallery.module \flickrgallery_help()
  2. 7 flickrgallery.module \flickrgallery_help()
  3. 7.2 flickrgallery.module \flickrgallery_help()

Implements hook_help().

File

./flickrgallery.module, line 21
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>';
  }
}