Файл: flexmovies/Script/templates/default/head.tpl
Строк: 71
<head>
<meta charset="{$lang.UNICODE}" />
<meta http-equiv="X-UA-Compatible"
content="IE=edge,chrome=1">
<link rel="shortcut
icon" href="{$link.url}/{$THEME}/img/favicon.ico"
title="Favicon"/>
<meta name="viewport"
content="width=device-width, initial-scale=1.0,
maximum-scale=1.0" />
<meta name="HandheldFriendly"
content="true" />
<base href="{$link.url}"
/>{nocache}
<title>{$conf.title}</title>
<meta
name="description"
content="{$conf.description|replace:'"':''}">
<meta
property="og:description"
content="{$conf.description|replace:'"':''}" />
<meta
name="keywords"
content="{$conf.keywords}">
<meta
property="og:title" content="{$conf.title}"
/>
<meta property="og:type" content="movie"
/>
<meta property="og:url"
content="http://{$smarty.server.HTTP_HOST}{$smarty.server.REQUEST_URI}"
/>
<meta property="og:image"
content="{$conf.img}" />
<meta
property="og:site_name" content="{$link.url}"
/>
<link rel="canonical"
href="http://{$smarty.server.HTTP_HOST}{$smarty.server.REQUEST_URI}"
/>
<link rel="alternate" hreflang=""
href="http://{$smarty.server.HTTP_HOST}{$smarty.server.REQUEST_URI}"
/>
{/nocache}<meta name="author"
content="SelfCodes">
<!--[if lt IE 9]>
<script
src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script
src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<link
href='{$link.url}/{$THEME}/css/style.css' rel="stylesheet"
type="text/css" media="screen, projection"/>
<script
src='http://ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js'></script>
</head>