You are here

function scrolltext_help in ScrollText 7

Same name and namespace in other branches
  1. 5 scrolltext.module \scrolltext_help()
  2. 6 scrolltext.module \scrolltext_help()

@todo Please document this function.

See also

http://drupal.org/node/1354

File

./scrolltext.module, line 16
This module used for scrolling text from node title

Code

function scrolltext_help($section) {
  switch ($section) {
    case 'admin/help#scrolltext':
    case 'admin/modules#description':
      return "This module used for scrolling text from node title.";
  }
}