function views_slideshow_help in Views Slideshow 7.3
Same name and namespace in other branches
- 8.4 views_slideshow.module \views_slideshow_help()
- 6.3 views_slideshow.module \views_slideshow_help()
- 6.2 views_slideshow.module \views_slideshow_help()
Implements hook_help().
File
- ./
views_slideshow.module, line 150 - Provides Slideshow style options for Views.
Code
function views_slideshow_help($path, $arg) {
switch ($path) {
case 'admin/help#views_slideshow':
return '<p>Check the Views Slideshow project page documentation for tutorials and videos on how to use this module.</p>';
}
}