function sexybookmarks_block_view in Share Buttons, Related Posts, Content Analytics - Shareaholic 7.2
Same name and namespace in other branches
- 7 includes/block.inc \sexybookmarks_block_view()
Implements hook_block_view().
File
- includes/
block.inc, line 60 - Block module integration.
Code
function sexybookmarks_block_view($delta) {
if (function_exists($function = "sexybookmarks_block_{$delta}_view")) {
return $function();
}
}