Same name and namespace in other branches
  1. 5.0.x views_slideshow.module \views_slideshow_help()
  2. 8.x-4.x views_slideshow.module \views_slideshow_help()

Implements hook_help().

Fichier

./views_slideshow.module, line 150

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>';
    }
}