Elgg  Version 6.2
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

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

Wrap form body.

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

Definition at line 11 of file body.php.

◆ if

if(empty($body)) ( empty( $body)  )

Definition at line 12 of file body.php.