friends/edit.php File Reference
Go to the source code of this file.
Namespaces |
| namespace | Elgg |
| | Elgg CSS file.
|
Variables |
| | $area1 = elgg_view_title(elgg_echo('friends:collectionedit'), false) |
| | $collection_id = get_input('collection') |
| | $collection = get_access_collection($collection_id) |
| | $collection_members = get_members_of_access_collection($collection_id) |
| | $area2 = elgg_view('friends/forms/edit', array('collection' => $collection, 'collection_members' => $collection_members)) |
| | $body = elgg_view_layout('two_column_left_sidebar',$area1. $area2) |
Variable Documentation
| $area1 = elgg_view_title(elgg_echo('friends:collectionedit'), false) |
| $area2 = elgg_view('friends/forms/edit', array('collection' => $collection, 'collection_members' => $collection_members)) |
| $body = elgg_view_layout('two_column_left_sidebar',$area1. $area2) |
| $collection = get_access_collection($collection_id) |
| $collection_id = get_input('collection') |
| $collection_members = get_members_of_access_collection($collection_id) |