Elgg  Version 1.9
Namespaces | Variables
view.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')
 
 $content = elgg_view_access_collections(elgg_get_logged_in_user_guid())
 
 $body
 

Variable Documentation

$body
Initial value:
= elgg_view_layout('content', array(
'filter' => false,
'content' => $content,
'title' => $title,
'context' => 'collections',
))
$content
Definition: view.php:12
$title
Definition: view.php:9
elgg_view_layout($layout_name, $vars=array())
Displays a layout with optional parameters.
Definition: views.php:617

Definition at line 14 of file view.php.

Definition at line 12 of file view.php.

$title = elgg_echo('friends:collections')

Definition at line 9 of file view.php.