function scrolltext_help in ScrollText 7
Same name and namespace in other branches
- 5 scrolltext.module \scrolltext_help()
- 6 scrolltext.module \scrolltext_help()
@todo Please document this function.
See also
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.";
}
}