Elgg  Version master
Variables
body.php File Reference

Go to the source code of this file.

Variables

 $body = (string) elgg_extract('body', $vars)
 Wrap form body. More...
 
 if (empty($body))
 

Variable Documentation

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

Wrap form body.

$vars['body'] Form body $vars['action_name'] Action name $vars['body_vars'] Vars used in the contents of the form $vars['form_vars'] Vars used to format the form

Definition at line 11 of file body.php.

if(empty($body))

Definition at line 12 of file body.php.