| 16 |
* were marked as 'required' by the site admin will always be usable by the group members and |
* were marked as 'required' by the site admin will always be usable by the group members and |
| 17 |
* cannot be deactivated by the group owner.</p> |
* cannot be deactivated by the group owner.</p> |
| 18 |
* |
* |
| 19 |
* @version $Id: og_content_type_admin.module,v 1.1.2.14 2007/12/17 20:53:00 rconstantine Exp $; |
* @version $Id: og_content_type_admin.module,v 1.1.2.15 2008/09/03 09:27:22 paulbooker Exp $; |
| 20 |
* @package OG_CTA |
* @package OG_CTA |
| 21 |
* @category NeighborForge |
* @category NeighborForge |
| 22 |
* @author Ryan Constantine |
* @author Ryan Constantine |
| 983 |
$links[] = t('This is a @closed group. The group administrators add/remove subscribers as needed.', array('@closed' => t('closed'))); |
$links[] = t('This is a @closed group. The group administrators add/remove subscribers as needed.', array('@closed' => t('closed'))); |
| 984 |
} |
} |
| 985 |
$block['content'] = theme('item_list', $links). $post; |
$block['content'] = theme('item_list', $links). $post; |
| 986 |
$block['subject'] = $node->title; |
$block['subject'] = l($node->title, "node/$node->nid"); |
| 987 |
return $block; |
return $block; |
| 988 |
} |
} |
| 989 |
} // function og_content_type_admin_block_details() |
} // function og_content_type_admin_block_details() |