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)

Definition at line 21 of file edit.php.

$area2 = elgg_view('friends/forms/edit', array('collection' => $collection, 'collection_members' => $collection_members))

Definition at line 31 of file edit.php.

$body = elgg_view_layout('two_column_left_sidebar',$area1. $area2)

Definition at line 34 of file edit.php.

$collection = get_access_collection($collection_id)

Definition at line 27 of file edit.php.

$collection_id = get_input('collection')

Definition at line 24 of file edit.php.

$collection_members = get_members_of_access_collection($collection_id)

Definition at line 29 of file edit.php.

 All Classes Namespaces Files Functions Variables Enumerations
Generated on Sat May 18 00:01:28 2013 for Elgg by  doxygen 1.6.3