element * @uses $vars['body_attrs'] Attributes of the tag * @uses $vars['body'] The main content of the page */ // Set the content type header("Content-type: text/html; charset=UTF-8"); $lang = get_current_language(); $attrs = ""; if (isset($vars['body_attrs'])) { $attrs = elgg_format_attributes($vars['body_attrs']); if ($attrs) { $attrs = " $attrs"; } } ?> >