You are here

function image_gallery_help in Image 5.2

Same name and namespace in other branches
  1. 5 contrib/image_gallery/image_gallery.module \image_gallery_help()
  2. 6 contrib/image_gallery/image_gallery.module \image_gallery_help()
  3. 7 contrib/image_gallery/image_gallery.module \image_gallery_help()

File

contrib/image_gallery/image_gallery.module, line 13

Code

function image_gallery_help($section) {
  switch ($section) {
    case 'admin/image':
      return '<p>' . t('Image galleries can be used to organize and present groups of images. Galleries may be nested. To add a new gallery click the "add gallery" tab.') . '</p>';
  }
}