* @copyright Prateek Choudhary */ if ($foreach = elgg_get_entities(array('types' => 'object', 'subtypes' => 'videolist'))) { foreach($foreach as $videos) echo elgg_view_entity($videos); } ?>