function swfembed_help in SWF Embed 7
Same name and namespace in other branches
- 6 swfembed.module \swfembed_help()
Implementation of hook_help().
File
- ./
swfembed.module, line 11 - The main file for swfembed.
Code
function swfembed_help($path, $args) {
if ($path == 'admin/help#swfembed') {
return t('This is a tool for adding ShockWave Flash files to your Drupal site. It is intended for developers.');
}
}