1 2 3 4 5 6 7 8
<?php /** * Elgg page body wrapper * * @uses $vars['body'] The HTML of the page body */ echo elgg_extract('body', $vars, '');