You are here

function sexybookmarks_block_view in Share Buttons, Related Posts, Content Analytics - Shareaholic 7

Same name and namespace in other branches
  1. 7.2 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();
  }
}