">

og_groups && $page) { $current_groups = og_node_groups_distinguish($node->og_groups_both); foreach ($node->og_groups_both as $gid => $title) { global $user; // User may only see a group if she is a member or it is accessible. if (isset($user->og_groups[$gid]) || isset($current_groups['accessible'][$gid])) { $og_links['og_'. $gid] = array('title' => $title, 'href' => "node/$gid"); } } $og_links = theme('links', $og_links); print '
'. t('Groups'). ': '; print ''; } ?>