Elgg  Version 5.1
Variables
html.php File Reference

Go to the source code of this file.

Variables

 $subject = elgg_extract('subject', $vars)
 Page shell for all Email messages. More...
 
 $head
 
 $vars ['head'] = $head
 

Variable Documentation

if (!empty($subject)) $head
Initial value:
'http-equiv' => 'Content-Type',
'content' => 'text/html; charset=UTF-8',
])
elgg_format_element(string $tag_name, array $attributes=[], string $text= '', array $options=[])
Format an HTML element.
Definition: output.php:145

Definition at line 11 of file html.php.

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

Page shell for all Email messages.

$vars['body'] The main content of the email $vars['subject'] The subject of the email $vars['css'] The CSS to put in the head

Definition at line 10 of file html.php.

$vars['head'] = $head

Definition at line 24 of file html.php.