aboutsummaryrefslogtreecommitdiff
path: root/views/default/page_elements/elgg_content.php
blob: 35e67232c5db323b04b8da9ea40545f35e74564a (plain)
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;