tp_latest_albums_count, false); if(empty($count)){ $count = 6; } $prev_context = elgg_get_context(); elgg_set_context('front'); $image_html = elgg_list_entities(array( 'type' => 'object', 'subtype' => 'album', 'limit' => $count, 'full_view' => false, 'pagination' => false, )); elgg_set_context($prev_context); echo $image_html;