'object', 'subtype' => 'album', 'limit' => $num_albums, 'pagination' => false, )); set_context('photos'); $area2 = elgg_view('tidypics/content_wrapper', array('title' => $title, 'content' => $content,)); $body = elgg_view_layout('two_column_left_sidebar', '', $area2); page_draw($title, $body);