guid); $title = elgg_echo('thanks'); elgg_set_page_owner_guid(1); $content = elgg_view_layout('two_sidebar', array( 'title' => $title, 'content' => elgg_echo('thanks_body'), )); echo elgg_view_page($title, $content);