Elgg  Version 1.9
Variables
content.php File Reference

Go to the source code of this file.

Variables

 $num_display = sanitize_int($vars['entity']->num_display, false)
 Activity widget content view. More...
 
if(!$num_display) $options
 
if(elgg_in_context('dashboard')) else
 
 $content = elgg_list_river($options)
 
 if (!$content)
 

Variable Documentation

$content = elgg_list_river($options)

Definition at line 26 of file content.php.

$num_display = sanitize_int($vars['entity']->num_display, false)

Activity widget content view.

Definition at line 6 of file content.php.

if (!$num_display) $options
Initial value:
= array(
'limit' => $num_display,
'pagination' => false,
)
$num_display
Banned users admin widget.
Definition: content.php:6

Definition at line 12 of file content.php.

if (elgg_in_context('dashboard')) else
Initial value:
{
$options['subject_guid'] = elgg_get_page_owner_guid()
if(!$num_display) $options
Definition: content.php:12
elgg_get_page_owner_guid($guid=0)
Gets the guid of the entity that owns the current page.
Definition: pageowner.php:18

Definition at line 22 of file content.php.

if(!$content)

Definition at line 27 of file content.php.