Elgg  Version 2.3
Namespaces | Variables
add.php File Reference

Go to the source code of this file.

Namespaces

 Elgg\Core
 Activate a plugin or plugins.
 

Variables

 $title = elgg_echo('friends:collections:add')
 
 $content
 
 $body
 

Variable Documentation

$body
Initial value:
= elgg_view_layout('one_sidebar', array(
'title' => $title,
'content' => $content
))
elgg_view_layout($layout_name, $vars=array())
Displays a layout with optional parameters.
Definition: views.php:689
$content
Definition: add.php:14
$title
Display an add user form.
Definition: add.php:6

Definition at line 18 of file add.php.

Initial value:
= elgg_view_form('friends/collections/add', array(), array(
'friends' => elgg_get_logged_in_user_entity()->getFriends(array('limit' => 0)),
))
elgg_view_form($action, $form_vars=array(), $body_vars=array())
Definition: views.php:1345
elgg_get_logged_in_user_entity()
Return the current logged in user, or null if no user is logged in.
Definition: sessions.php:32

Definition at line 14 of file add.php.

$title = elgg_echo('friends:collections:add')

Definition at line 12 of file add.php.