You are here

function og_subgroups_help in Subgroups for Organic groups 6

Implementation of hook_help().

File

./og_subgroups.module, line 198
Maintains a hierarchy of groups created by the orgainc groups module.

Code

function og_subgroups_help($path, $arg) {
  switch ($path) {
    case 'admin/og/subgroups':
    case 'admin/og/subgroups/settings':
      return t('<p>The OG subgroups module allows priviliged users to build group hierarchies.</p> ');
  }
}