You are here

function blockanimate_help in BlockAnimate 7

Implements hook_help().

File

./blockanimate.module, line 20
Add CSS3 cross-browser animation to any Drupal block.

Code

function blockanimate_help($path, $arg) {
  switch ($path) {
    case 'admin/help#blockanimate':
      return blockanimate_get_help_message();
  }
}