Elgg  Version 1.11
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 }
elgg_in_context($context)
Check if this context exists anywhere in the stack.
Definition: pageowner.php:250
elgg echo
Translates a string.
Definition: languages.js:43
$item
Elgg river image.
Definition: image.php:10
$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
if(file_exists($welcome)) $vars
Definition: upgrade.php:93