You are here

function opigno_block_view in Opigno 7.0

Same name and namespace in other branches
  1. 7 opigno.module \opigno_block_view()

Implements hook_block_view()

File

./opigno.module, line 109
Contains all hook_implementations and module specific API.

Code

function opigno_block_view($delta) {
  $group = og_context();
  return module_invoke_all('opigno_widget_view', $group, $delta);
}