1 2 3 4 5 6 7 8
<?php echo elgg_view_title($vars['title']); ?> <div class="contentWrapper"> <?php echo $vars['content']; ?> </div>