<?php

if (!defined("__XE__")) {
    exit;
}
$__Context->db_info = Context::getDBInfo();
$__Context->lang_type = Context::getLangType();
$__Context->ssl_actions = Context::getSSLActions();
$__Context->css_files = Context::getCssFile();
$__Context->js_files = Context::getJsFile();
?>
<!DOCTYPE html>
<html lang="<?php 
echo $__Context->lang_type;
?>
">
<head>
<!-- META -->
<meta charset="utf-8">
<meta name="Generator" content="XpressEngine">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<?php 
if (Context::getMetaTag() && count(Context::getMetaTag())) {
    foreach (Context::getMetaTag() as $__Context->no => $__Context->val) {
        ?>
<meta<?php 
        if ($__Context->val['is_http_equiv']) {
            ?>
 http-equiv="<?php 
            echo $__Context->val['name'];
            ?>