function image_gallery_help in Image 5
Same name and namespace in other branches
- 5.2 contrib/image_gallery/image_gallery.module \image_gallery_help()
- 6 contrib/image_gallery/image_gallery.module \image_gallery_help()
- 7 contrib/image_gallery/image_gallery.module \image_gallery_help()
File
- contrib/
image_gallery/ image_gallery.module, line 3
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>';
}
}