Elgg  Version master
Variables
image.php File Reference

Go to the source code of this file.

Variables

 $item = elgg_extract('item', $vars)
 Elgg river image. More...
 
 if (! $item instanceof ElggRiverItem)
 

Variable Documentation

◆ $item

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

Elgg river image.

Displayed next to the body of each river item

@uses $vars['item']

Definition at line 10 of file image.php.

◆ if

if(! $item instanceof ElggRiverItem) ( ! $item instanceof  ElggRiverItem)

Definition at line 11 of file image.php.