|
Elgg
Version 1.11
|
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) | |
| $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 |
Definition at line 12 of file content.php.
| if (elgg_in_context( 'dashboard')) else |
Definition at line 22 of file content.php.
| if(! $content) | ( | ! | $content | ) |
Definition at line 27 of file content.php.