Advertisement
n0aX

Untitled

Nov 10th, 2012
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 4.12 KB | None | 0 0
  1. <?php /* Smarty version Smarty-3.1.12, created on 2012-11-11 03:55:22
  2.          compiled from "templates/_core/head.tpl" */ ?>
  3. <?php /*%%SmartyHeaderCode:2829509ee96aaa0796-70506462%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
  4. $_valid = $_smarty_tpl->decodeProperties(array (
  5.   'file_dependency' =>
  6.   array (
  7.     '71fb5ed76df6f5c13c64f923e8bb1d3f6130141f' =>
  8.     array (
  9.       0 => 'templates/_core/head.tpl',
  10.       1 => 1351079029,
  11.       2 => 'file',
  12.     ),
  13.   ),
  14.   'nocache_hash' => '2829509ee96aaa0796-70506462',
  15.   'function' =>
  16.   array (
  17.   ),
  18.   'variables' =>
  19.   array (
  20.     'pageInfo' => 1,
  21.     'config' => 1,
  22.     'basePath' => 0,
  23.   ),
  24.   'has_nocache_code' => false,
  25.   'version' => 'Smarty-3.1.12',
  26.   'unifunc' => 'content_509ee96abe0c01_55273846',
  27. ),false); /*/%%SmartyHeaderCode%%*/?>
  28. <?php if ($_valid && !is_callable('content_509ee96abe0c01_55273846')) {function content_509ee96abe0c01_55273846($_smarty_tpl) {?>
  29. <!doctype html>
  30. <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
  31. <!--[if IE 7]>    <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
  32. <!--[if IE 8]>    <html class="no-js lt-ie9"> <![endif]-->
  33. <!--[if gt IE 8]><!-->
  34. <html class="no-js">
  35.     <!--<![endif]-->
  36.     <head>
  37.         <meta charset="utf-8">
  38.         <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  39.         <meta name="viewport" content="width=device-width">
  40.         <title><?php echo $_smarty_tpl->tpl_vars['pageInfo']->value['page_title'];?>
  41.  | <?php echo $_smarty_tpl->tpl_vars['config']->value['sitename'];?>
  42. </title>
  43.         <meta name="description" content="<?php echo $_smarty_tpl->tpl_vars['pageInfo']->value['page_desc'];?>
  44. ">
  45.         <meta name="keywords" content="<?php echo $_smarty_tpl->tpl_vars['pageInfo']->value['page_keywords'];?>
  46. ">
  47.         <meta name="robots" content="index, follow">
  48.         <?php if ($_smarty_tpl->tpl_vars['config']->value['google_verification']!=''){?>
  49.         <meta name="google-site-verification" content="<?php echo $_smarty_tpl->tpl_vars['config']->value['google_verification'];?>
  50. ">
  51.         <?php }?>
  52.         <?php if ($_smarty_tpl->tpl_vars['config']->value['yandex_verification']!=''){?>
  53.         <meta name="yandex-verification" content="<?php echo $_smarty_tpl->tpl_vars['config']->value['yandex_verification'];?>
  54. ">
  55.         <?php }?>
  56.         <link rel="stylesheet" href="<?php echo $_smarty_tpl->tpl_vars['config']->value['cdn_host'];?>
  57. /css/css.<?php echo $_smarty_tpl->tpl_vars['config']->value['cdn_version'];?>
  58. .css" type="text/css">
  59.         <link rel="stylesheet" href="<?php echo $_smarty_tpl->tpl_vars['config']->value['cdn_host'];?>
  60. /css/<?php echo $_smarty_tpl->tpl_vars['config']->value['template_name'];?>
  61. /css.<?php echo $_smarty_tpl->tpl_vars['config']->value['cdn_version'];?>
  62. .css" type="text/css">
  63.  
  64.        
  65.  
  66.        
  67.         <?php echo $_smarty_tpl->getSubTemplate ("inc/begin.tpl", $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, null, null, array(), 0);?>
  68.  
  69.  
  70.  
  71.         <script src="<?php echo $_smarty_tpl->tpl_vars['config']->value['cdn_host'];?>
  72. <?php echo $_smarty_tpl->tpl_vars['basePath']->value;?>
  73. js/vendor/modernizr-2.6.1.min.js"></script>
  74.  
  75.         <?php if ($_smarty_tpl->tpl_vars['config']->value['google_ua']!=''){?>
  76.         <script type="text/javascript">
  77.             var _gaq = _gaq || [];
  78.             _gaq.push(['_setAccount', '<?php echo $_smarty_tpl->tpl_vars['config']->value['google_ua'];?>
  79. ']);
  80.             _gaq.push(['_trackPageview']);
  81.  
  82.             (function() {
  83.                 var ga = document.createElement('script');
  84.                 ga.type = 'text/javascript';
  85.                 ga.async = true;
  86.                 ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
  87.                 var s = document.getElementsByTagName('script')[0];
  88.                 s.parentNode.insertBefore(ga, s);
  89.             })();
  90.         </script>
  91.         <?php }?>
  92.     </head>
  93.     <body class="page_<?php echo $_smarty_tpl->tpl_vars['pageInfo']->value['page_name'];?>
  94.  tpl_<?php echo $_smarty_tpl->tpl_vars['pageInfo']->value['page_file'];?>
  95. ">
  96.        
  97. <?php }} ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement