Elgg  Version 1.11
Variables
image.php File Reference

Go to the source code of this file.

Variables

 $item = $vars['item']
 Elgg river image. More...
 
 $subject = $item->getSubjectEntity()
 
if(elgg_in_context('widgets')) else
 

Variable Documentation

$item = $vars['item']

Elgg river image.

Displayed next to the body of each river item

$vars['item']

Definition at line 10 of file image.php.

$subject = $item->getSubjectEntity()

Definition at line 13 of file image.php.

Initial value:
{
elgg echo
Translates a string.
Definition: languages.js:43
$subject
Definition: image.php:13
elgg_view_entity_icon(\ElggEntity $entity, $size= 'medium', $vars=array())
View the icon of an entity.
Definition: views.php:865

Definition at line 17 of file image.php.