Файл: Application/themes/default/html/_home-header.php
Строк: 70
<!DOCTYPE html>
<!-- HTML5 Mobile Boilerplate -->
<!--[if IEMobile 7]><html class="no-js iem7"><![endif]-->
<!--[if (gt IEMobile 7)|!(IEMobile)]><!--><html class="no-js" lang="en"><!--<![endif]-->
<!-- HTML5 Boilerplate -->
<!--[if lt IE 7]><html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
<!--[if (IE 7)&!(IEMobile)]><html class="no-js lt-ie9 lt-ie8" lang="en"><![endif]-->
<!--[if (IE 8)&!(IEMobile)]><html class="no-js lt-ie9" lang="en"><![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"><!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title><?php echo $C->SITE_TITLE; ?></title>
<meta name="description" content="<?php echo $C->SITE_TITLE.', '.$C->SITE_DESCRIPTION; ?>">
<meta name="keywords" content="<?php echo $C->SITE_TITLE.', '.$C->SITE_KEYWORDS; ?>">
<meta name="author" content="Santos Montano B.">
<meta http-equiv="cleartype" content="on">
<link rel="shortcut icon" href="<?php echo $C->SITE_URL ?>favicon.ico">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="<?php echo $C->SITE_URL ?>themes/<?php echo $C->THEME ?>/css/css.css" media="all">
<base href="<?php echo $C->SITE_URL ?>" />
<script type="text/javascript"> var siteurl = "<?php echo $C->SITE_URL ?>"; </script>
<script type="text/javascript"> var sitetheme = "<?php echo $C->THEME ?>"; </script>
<link href='http://fonts.googleapis.com/css?family=Raleway:100' rel='stylesheet' type='text/css'>
<script src="<?php echo $C->SITE_URL ?>themes/<?php echo $C->THEME ?>/js/modernizr-2.5.3-min.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/2.0.0/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="<?php echo $C->SITE_URL ?>themes/<?php echo $C->THEME ?>/js/jquery-2.0.0.min.js"></script>')</script>
<script src="<?php echo $C->SITE_URL ?>themes/<?php echo $C->THEME ?>/js/js_basic.js"></script>
<?php require_once('_analytics.php');?>
</head>
<body style="background-color:transparent;">
<!-- Preloader -->
<div id="preloader">
<div id="status"></div>
</div>
<div id="wrapper">