Elgg
Version 6.1
|
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, '')) | |
$body = elgg_format_element('body', $body_attrs, elgg_extract('body', $vars, '')) |
$body_attrs = elgg_extract('body_attrs', $vars, []) |
$default_html_attrs |
$head = elgg_format_element('head', [], elgg_extract('head', $vars, '')) |
$html_attrs = elgg_extract('html_attrs', $vars, []) |
$lang = elgg_get_current_language() |