Elgg  Version 1.9
Variables
item.php File Reference

Go to the source code of this file.

Variables

 $item = $vars['item']
 RSS river view. More...
 
 $output = elgg_view($item->getView(), $vars)
 
if(empty($output)) $rss_item
 

Variable Documentation

$item = $vars['item']

RSS river view.

$vars['item']

Definition at line 8 of file item.php.

$output = elgg_view($item->getView(), $vars)
Examples:
/root/Elgg/engine/lib/views.php.

Definition at line 10 of file item.php.

if (empty($output)) $rss_item
Initial value:
= <<<__ITEM
</item>
__ITEM
elgg item
Definition: admin.php:429
$output
Definition: item.php:10

Definition at line 16 of file item.php.