You are here

function views_slideshow_help in Views Slideshow 6.3

Same name and namespace in other branches
  1. 8.4 views_slideshow.module \views_slideshow_help()
  2. 6.2 views_slideshow.module \views_slideshow_help()
  3. 7.3 views_slideshow.module \views_slideshow_help()

Implements hook_help().

File

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