You are here

function jcarousel_help in jCarousel 7.3

Same name and namespace in other branches
  1. 8.5 jcarousel.module \jcarousel_help()
  2. 8.3 jcarousel.module \jcarousel_help()
  3. 8.4 jcarousel.module \jcarousel_help()
  4. 6.2 jcarousel.module \jcarousel_help()
  5. 6 jcarousel.module \jcarousel_help()
  6. 7.2 jcarousel.module \jcarousel_help()

Implements hook_help().

File

./jcarousel.module, line 11
Provides integration with 3rd party modules and the jCarousel library.

Code

function jcarousel_help($path, $arg) {

  // @todo Rewrite this.
  switch ($path) {
    case 'admin/help#jcarousel':
      $output = '';
      return $output;
  }
}