Elgg  Version 2.3
image.php
Go to the documentation of this file.
1 <?php
10 $item = $vars['item'];
11 /* @var ElggRiverItem $item */
12 
13 $subject = $item->getSubjectEntity();
14 
15 if (elgg_in_context('widgets')) {
17 } else {
19 }
$vars['entity']
elgg_in_context($context)
Check if this context exists anywhere in the stack.
Definition: pageowner.php:241
elgg echo
Translates a string.
Definition: languages.js:48
elgg_view_entity_icon(\ElggEntity $entity, $size= 'medium', $vars=array())
View the icon of an entity.
Definition: views.php:936
$item
Elgg river image.
Definition: image.php:10
$subject
Definition: image.php:13