aboutsummaryrefslogtreecommitdiff
path: root/views/default/icon/object/videolist/small.php
blob: 34d08cd1ec46f5b7e67b3cf64c23c0f303d0523b (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php
/**
 * Display a video's icon.
 */

$entity = elgg_get_array_value('entity', $vars, NULL);
$size = 'small';

if ($entity) {
	echo videolist_get_entity_icon_url($entity, $size);
}