You are here

function og_context_init in Organic groups 7

Same name and namespace in other branches
  1. 7.2 og_context/og_context.module \og_context_init()

Implement hook_init().

File

og_context/og_context.module, line 134
Get a group from a viewed page.

Code

function og_context_init() {
  og_context();
}