Elgg  Version 1.9
image.php
Go to the documentation of this file.
1 <?php
10 $subject = $vars['item']->getSubjectEntity();
11 
12 if (elgg_in_context('widgets')) {
13  echo elgg_view_entity_icon($subject, 'tiny');
14 } else {
15  echo elgg_view_entity_icon($subject, 'small');
16 }
$subject
Elgg river image.
Definition: image.php:10
elgg_in_context($context)
Check if this context exists anywhere in the stack.
Definition: pageowner.php:273
if(file_exists($welcome)) $vars
Definition: upgrade.php:93
elgg_view_entity_icon(ElggEntity $entity, $size='medium', $vars=array())
View the icon of an entity.
Definition: views.php:862