You are here

function views_ticker_help in Views Ticker 7

Same name and namespace in other branches
  1. 6.2 views_ticker.module \views_ticker_help()
  2. 7.2 views_ticker.module \views_ticker_help()

Implements hook_help().

File

./views_ticker.module, line 17
Provide a scrolling items display style for Views.

Code

function views_ticker_help($path, $arg) {
  switch ($path) {
    default:
      $output = "";
      return $output;
  }
}