function wijering_help in SWF Tools 6
Same name and namespace in other branches
- 6.2 wijering/wijering.module \wijering_help()
Implementation of hook_help
File
- wijering/
wijering.module, line 283
Code
function wijering_help($path, $arg) {
switch ($path) {
case 'admin/settings/swftools/wijering':
return '<p>' . t('These are the settings for Jeroen Wijering\'s mediaplayer.swf
and correspond (by category and order) to the
<a href="@wijering">Media Player and Image Rotator read me</a>.
It is possible that you do not need to change any of
these settings and blank values will defer to friendly
defaults. Note that the label in (<em>brackets</em>)
is the actual flashvar name and corresponds to the read me.', array(
'@wijering' => 'http://jeroenwijering.com/extras/readme.html',
)) . '</p>';
}
}