aboutsummaryrefslogtreecommitdiff
path: root/views/default/core/river/image.php
blob: afb6b40191b0f24eeadd5f9089432f28a4aad872 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?php
/**
 * Elgg river image
 *
 * Displayed next to the body of each river item
 *
 * @uses $vars['item']
 */

$subject = $vars['item']->getSubjectEntity();

echo elgg_view("profile/icon", array('entity' => $subject, 'size' => 'small'));