function mediafront_block_content in MediaFront 6.2
Same name and namespace in other branches
- 6 mediafront.module \mediafront_block_content()
- 7 mediafront.module \mediafront_block_content()
Content for the media player block.
1 call to mediafront_block_content()
- mediafront_block_view in ./
mediafront.module - Implementation of hook_block_view
File
- ./
mediafront.module, line 587
Code
function mediafront_block_content() {
$preset = variable_get('mediafront_block_preset', '');
return $preset ? mediafront_get_player($preset) : '';
}