Elgg  Version 2.3
body.php
Go to the documentation of this file.
1 <?php
2 
8 $body = elgg_extract('body', $vars);
9 if (!$body) {
10  return;
11 }
12 
13 echo $body;
$vars['entity']
elgg echo
Translates a string.
Definition: languages.js:48
elgg_extract($key, $array, $default=null, $strict=true)
Checks for $array[$key] and returns its value if it exists, else returns $default.
Definition: elgglib.php:1375
$body
Outputs object full view $vars[&#39;body&#39;] Body.
Definition: body.php:8