Elgg  Version 5.1
Variables
body.php File Reference

Go to the source code of this file.

Variables

 $body = elgg_extract('body', $vars)
 Outputs object full view. More...
 
if(!$body) $body_params = elgg_extract('body_params', $vars, [])
 
 $body_params ['class'] = elgg_extract_class($body_params, ['elgg-listing-full-body'])
 

Variable Documentation

$body = elgg_extract('body', $vars)

Outputs object full view.

$vars['body'] Body HTML $vars['body_params'] Vars used as attributes of the body wrapper

Definition at line 10 of file body.php.

if (!$body) $body_params = elgg_extract('body_params', $vars, [])

Definition at line 15 of file body.php.

$body_params['class'] = elgg_extract_class($body_params, ['elgg-listing-full-body'])

Definition at line 16 of file body.php.