1 2 3 4 5 6 7 8 9
<?php /** * Elgg content wrapper * This file holds the main content **/ $content = isset($vars['body']) ? $vars['body'] : ''; echo $content;