Index: views_slideshow.module =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/views_slideshow/views_slideshow.module,v retrieving revision 1.11.2.2.2.12.2.5.2.3 diff -u -p -r1.11.2.2.2.12.2.5.2.3 views_slideshow.module --- views_slideshow.module 9 Jan 2011 05:26:36 -0000 1.11.2.2.2.12.2.5.2.3 +++ views_slideshow.module 30 Jan 2011 04:50:04 -0000 @@ -85,13 +85,7 @@ function views_slideshow_views_api() { function views_slideshow_help($path, $arg) { switch ($path) { case 'admin/help#views_slideshow': - if (module_exists('advanced_help')) { - $output = '

' . l('Click here to view the documentation for Views Slideshow', 'admin/advanced_help/views_slideshow') . '

'; - } - else { - $output = '

' . t('Views Slideshow help can be found by installing and enabling the !help.', array('!advanced_help' => l('Advanced Help module', 'http://drupal.org/project/advanced_help'))) . '

'; - } - return $output; + return '

Check the Views Slideshow project page documentation for tutorials and videos on how to use this module.

'; } }