aboutsummaryrefslogtreecommitdiff
path: root/views/default/icon/object/videolist/tiny.php
blob: 2dce0f06d5897e4bfdf3e353b4537f9cb4604a31 (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 = 'tiny';

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