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

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