Elgg  Version 6.2
Variables
item.php File Reference

Go to the source code of this file.

Variables

 $item = elgg_extract('item', $vars)
 RSS river view. More...
 
if(! $item instanceof ElggRiverItem$output = elgg_view($item->getView(), $vars)
 
 if (empty( $output))
 

Variable Documentation

◆ $item

$item = elgg_extract('item', $vars)

RSS river view.

@uses $vars['item']

Definition at line 8 of file item.php.

◆ $output

if (! $item instanceof ElggRiverItem) $output = elgg_view($item->getView(), $vars)

Definition at line 13 of file item.php.

◆ if

if(empty($output)) ( empty( $output)  )

Definition at line 15 of file item.php.