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 = elgg_format_element('body', $body_attrs, elgg_extract('body', $vars, ''))

Definition at line 29 of file html.php.

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

Definition at line 23 of file html.php.

$default_html_attrs
Initial value:
= [
'xmlns' => 'http://www.w3.org/1999/xhtml'

Definition at line 15 of file html.php.

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

Definition at line 28 of file html.php.

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

Definition at line 20 of file html.php.

Definition at line 13 of file html.php.