Elgg  Version 5.1
Variables
body.php File Reference

Go to the source code of this file.

Variables

 $body = elgg_extract('body', $vars)
 
 $notification = elgg_extract('notification', $vars)
 
if($notification instanceof Notification$salutation = elgg_view('notifications/elements/salutation', $vars)
 
 $signoff = elgg_view('notifications/elements/sign-off', $vars)
 

Variable Documentation

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

Definition at line 11 of file body.php.

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

Definition at line 13 of file body.php.

if ($notification instanceof Notification) $salutation = elgg_view('notifications/elements/salutation', $vars)

Definition at line 18 of file body.php.

$signoff = elgg_view('notifications/elements/sign-off', $vars)

Definition at line 20 of file body.php.