Elgg  Version master
Variables
html.php File Reference

Go to the source code of this file.

Variables

 $lang = elgg_get_current_language()
 
 $default_html_attrs
 
 $html_attrs = elgg_extract('html_attrs', $vars, [])
 
 $body_attrs = elgg_extract('body_attrs', $vars, [])
 
 $head = elgg_format_element('head', [], elgg_extract('head', $vars, ''))
 
 $body = elgg_format_element('body', $body_attrs, elgg_extract('body', $vars, ''))
 

Variable Documentation

◆ $body

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

Definition at line 29 of file html.php.

◆ $body_attrs

$body_attrs = elgg_extract('body_attrs', $vars, [])

Definition at line 23 of file html.php.

◆ $default_html_attrs

$default_html_attrs
Initial value:
= [
'xmlns' => 'http:
'xml:lang' => $lang,
'lang' => $lang,
]

Definition at line 15 of file html.php.

◆ $head

$head = elgg_format_element('head', [], elgg_extract('head', $vars, ''))

Definition at line 28 of file html.php.

◆ $html_attrs

$html_attrs = elgg_extract('html_attrs', $vars, [])

Definition at line 20 of file html.php.

◆ $lang

Definition at line 13 of file html.php.