Elgg  Version 2.3
Namespaces | Variables
view.php File Reference

Go to the source code of this file.

Namespaces

 Elgg\Core
 Activate a plugin or plugins.
 

Variables

 $owner = elgg_get_logged_in_user_entity()
 
if(!$owner) $title = elgg_echo('friends:collections')
 
if($owner->canEdit()) $content = elgg_view_access_collections($owner->guid)
 
 $body
 

Variable Documentation

$body
Initial value:
= elgg_view_layout('content', array(
'filter' => false,
'content' => $content,
'title' => $title,
'context' => 'collections',
))
if(!$owner) $title
Definition: view.php:14
if($owner->canEdit()) $content
Definition: view.php:24
elgg_view_layout($layout_name, $vars=array())
Displays a layout with optional parameters.
Definition: views.php:689

Definition at line 26 of file view.php.

if ($owner->canEdit()) $content = elgg_view_access_collections($owner->guid)

Definition at line 24 of file view.php.

Definition at line 9 of file view.php.

if (!$owner) $title = elgg_echo('friends:collections')

Definition at line 14 of file view.php.