<?php
echo $feedref;
- if (elgg_view_exists('metatags')) {
- echo elgg_view('metatags', $vars);
- }
-
- // this was previously required because of an odd browser canvas drawing bug
- // in firefox. It seems to not be require with the new layout...?
-// <script type="text/javascript">
-// jQuery(document).ready(function($) {
-// });
-// </script>
+
?>
<?php
<!--[if gt IE 6]>
<link rel="stylesheet" type="text/css" href="<?php echo $vars['url']; ?>views/default/css_ie.php" />
<![endif]-->
- <?php echo elgg_view('header/extend'); ?>
+<?php
+ echo elgg_view('metatags', $vars);
+?>
</head>
<body>