2020-05-12 21:15:26 +03:00
< html >
< head >
2024-05-31 11:46:26 +03:00
< title > <? = $title ?> </ title >
< //base href="<? = SITE ?> ">
2020-05-12 21:15:26 +03:00
< script src = "/pub/scripts/pdf.min.js" > < / script >
2024-05-31 11:46:26 +03:00
< script src = "https://cdnjs.cloudflare.com/ajax/libs/mobile-detect/1.4.4/mobile-detect.min.js" > < / script >
2024-05-31 20:48:45 +03:00
< script src = "/pub/scripts/klanviewer.js?ver=44" > < / script >
< link rel = "stylesheet" type = "text/css" href = "/pub/css/an.css?ver=259" >
2024-05-31 11:46:26 +03:00
< link rel = "shortcut icon" href = "/favicon.ico?ver=2" type = "image/x-icon" / >
< link rel = "apple-touch-icon" href = "/apple-touch-icon.png?ver=2" / >
< link rel = "apple-touch-icon" sizes = "57x57" href = "/apple-touch-icon-57x57.png?ver=2" / >
< link rel = "apple-touch-icon" sizes = "72x72" href = "/apple-touch-icon-72x72.png?ver=2" / >
< link rel = "apple-touch-icon" sizes = "76x76" href = "/apple-touch-icon-76x76.png?ver=2" / >
< link rel = "apple-touch-icon" sizes = "114x114" href = "/apple-touch-icon-114x114.png?ver=2" / >
< link rel = "apple-touch-icon" sizes = "120x120" href = "/apple-touch-icon-120x120.png?ver=2" / >
< link rel = "apple-touch-icon" sizes = "144x144" href = "/apple-touch-icon-144x144.png?ver=2" / >
< link rel = "apple-touch-icon" sizes = "152x152" href = "/apple-touch-icon-152x152.png?ver=2" / >
< link rel = "apple-touch-icon" sizes = "180x180" href = "/apple-touch-icon-180x180.png?ver=2" / >
< link rel = "icon" type = "image/ico" href = "/favicon.ico?ver=2" / >
< link rel = "icon" type = "image/png" sizes = "32x32" href = "/favicon-32x32.png?ver=2" >
< link rel = "icon" type = "image/png" sizes = "16x16" href = "/favicon-16x16.png?ver=2" >
<? if ( isset ( $description )) : ?>
< meta name = "description" content = " <? = $description ?> " >
<? endif ?>
2020-05-12 21:15:26 +03:00
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" >
< link rel = "stylesheet" href = "/pub/fontawesome/css/all.css" >
< link rel = "stylesheet" href = "/pub/fontawesome/css/v4-shims.css" >
< / head >
2024-05-31 11:46:26 +03:00
2020-07-08 16:15:49 +03:00
< body >
2020-05-12 21:15:26 +03:00
2024-05-31 11:46:26 +03:00
<!-- Rating Mail.ru counter -->
< script type = "text/javascript" >
var _tmr = window._tmr || (window._tmr = []);
_tmr.push({id: "1069168", type: "pageView", start: (new Date()).getTime()});
(function (d, w, id) {
if (d.getElementById(id)) return;
var ts = d.createElement("script"); ts.type = "text/javascript"; ts.async = true; ts.id = id;
ts.src = "https://top-fwz1.mail.ru/js/code.js";
var f = function () {var s = d.getElementsByTagName("script")[0]; s.parentNode.insertBefore(ts, s);};
if (w.opera == "[object Opera]") { d.addEventListener("DOMContentLoaded", f, false); } else { f(); }
})(document, window, "topmailru-code");
< / script > < noscript > < div >
< img src = "https://top-fwz1.mail.ru/counter?id=1069168;js=na" style = "border:0;position:absolute;left:-9999px;" alt = "Top.Mail.Ru" / >
< / div > < / noscript >
<!-- //Rating Mail.ru counter -->
<!-- Yandex.Metrika counter -->
< script type = "text/javascript" >
(function(m,e,t,r,i,k,a){m[i]=m[i]||function(){(m[i].a=m[i].a||[]).push(arguments)};
m[i].l=1*new Date();k=e.createElement(t),a=e.getElementsByTagName(t)[0],k.async=1,k.src=r,a.parentNode.insertBefore(k,a)})
(window, document, "script", "https://mc.yandex.ru/metrika/tag.js", "ym");
ym(26004090, "init", {
clickmap:true,
trackLinks:true,
accurateTrackBounce:true,
webvisor:true
});
< / script >
< noscript > < div > < img src = "https://mc.yandex.ru/watch/26004090" style = "position:absolute; left:-9999px;" alt = "" / > < / div > < / noscript >
<!-- /Yandex.Metrika counter -->
< script >
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-11186859-1', 'auto');
ga('send', 'pageview');
< / script >
2020-07-08 16:15:49 +03:00
2020-05-12 21:15:26 +03:00
<? if ( isset ( $tempcontent ))
2024-05-31 11:46:26 +03:00
if (file_exists($tempcontent))
include($tempcontent);
else
echo $tempcontent;
2020-05-12 21:15:26 +03:00
?>
2024-05-31 11:46:26 +03:00
< p class = "footer-text" > Распространение электронной версии еженедельника «Аргументы недели» осуществляется учредителем - О О О «Издательство «Аргументы недели», юр.адрес: 119002,ул.Арбат, д.29,1-й эт, пом.IV.ком.2, ОГРН 1207700354223< / p >
2020-05-12 21:15:26 +03:00
< / body >
2020-07-08 16:15:49 +03:00
< / html >