<?php
/**
- * Start html output.
- * The standard HTML header that displays across the site
+ * The standard HTML head
*
* @uses $vars['title'] The page title
- * @uses $vars['body'] The main content of the page
*/
// Set title
$version = get_version();
$release = get_version(true);
?>
-<head>
-
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="ElggRelease" content="<?php echo $release; ?>" />
<meta name="ElggVersion" content="<?php echo $version; ?>" />
$ie_url = elgg_view_get_simplecache_url('css', 'ie');
$ie6_url = elgg_view_get_simplecache_url('css', 'ie6');
?>
- <!--[if IE 6]>
+ <!--[if gt IE 6]>
<link rel="stylesheet" type="text/css" href="<?php echo $ie_url; ?>" />
<![endif]-->
-
- <!--[if gt IE 6]>
+ <!--[if IE 6]>
<link rel="stylesheet" type="text/css" href="<?php echo $ie6_url; ?>" />
<![endif]-->
+
<?php
foreach ($js as $script) {
?>
echo $metatags;
}
echo elgg_view('html_head/extend', $vars);
-?>
-</head>
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head>
<?php echo elgg_view('page/elements/head', $vars); ?>
+</head>
<body>
<div class="elgg-page elgg-page-admin">
<?php echo $vars['body']; ?>
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head>
<?php echo elgg_view('page/elements/head', $vars); ?>
+</head>
<body>
<div class="elgg-page elgg-page-classic">
<div class="elgg-page-messages">