lk erase adv
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
ini_set('display_errors', 1);
|
ini_set('display_errors', 0);
|
||||||
ini_set('display_startup_errors', 1);
|
ini_set('display_startup_errors', 0);
|
||||||
|
|
||||||
|
|
||||||
if (isset($_SERVER['HTTP_HOST']))
|
if (isset($_SERVER['HTTP_HOST']))
|
||||||
|
|||||||
@@ -5,7 +5,6 @@
|
|||||||
<?endif?>
|
<?endif?>
|
||||||
|
|
||||||
<div class="lib_container">
|
<div class="lib_container">
|
||||||
|
|
||||||
<?foreach ($items['books'] as $book):?>
|
<?foreach ($items['books'] as $book):?>
|
||||||
|
|
||||||
<div class="book_mini">
|
<div class="book_mini">
|
||||||
|
|||||||
@@ -52,7 +52,8 @@ _tmr.push({id: "1069168", type: "pageView", start: (new Date()).getTime()});
|
|||||||
ga('create', 'UA-11186859-1', 'auto');
|
ga('create', 'UA-11186859-1', 'auto');
|
||||||
ga('send', 'pageview');
|
ga('send', 'pageview');
|
||||||
|
|
||||||
</script>
|
</script><?print_r($checklogin)?>
|
||||||
|
|
||||||
<header>
|
<header>
|
||||||
<h1>
|
<h1>
|
||||||
<a id="brand_title" href="https://argumenti.ru/"><span id="redb">А</span>ргументы <span id="redb">Н</span>едел<span id="redi">i</span></a>
|
<a id="brand_title" href="https://argumenti.ru/"><span id="redb">А</span>ргументы <span id="redb">Н</span>едел<span id="redi">i</span></a>
|
||||||
@@ -61,7 +62,9 @@ _tmr.push({id: "1069168", type: "pageView", start: (new Date()).getTime()});
|
|||||||
<?endif?>
|
<?endif?>
|
||||||
</h1>
|
</h1>
|
||||||
<?include('blocks/auth.phtml')?>
|
<?include('blocks/auth.phtml')?>
|
||||||
|
|
||||||
</header>
|
</header>
|
||||||
|
<?if ($checklogin['error'] == 'client not found'):?>
|
||||||
<div class="adv">
|
<div class="adv">
|
||||||
<!-- Yandex.RTB R-A-50615-61 -->
|
<!-- Yandex.RTB R-A-50615-61 -->
|
||||||
<div id="yandex_rtb_R-A-50615-61"></div>
|
<div id="yandex_rtb_R-A-50615-61"></div>
|
||||||
@@ -84,11 +87,12 @@ _tmr.push({id: "1069168", type: "pageView", start: (new Date()).getTime()});
|
|||||||
})(this, this.document, "yandexContextAsyncCallbacks");
|
})(this, this.document, "yandexContextAsyncCallbacks");
|
||||||
</script>
|
</script>
|
||||||
</div>
|
</div>
|
||||||
|
<?endif?>
|
||||||
<?if (isset($tempcontent))
|
<?if (isset($tempcontent))
|
||||||
include($tempcontent);
|
include($tempcontent);
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
<?if ($checklogin['error'] == 'client not found'):?>
|
||||||
|
|
||||||
<div id="smi_teaser_13132" style="width:100%;">
|
<div id="smi_teaser_13132" style="width:100%;">
|
||||||
<center>
|
<center>
|
||||||
@@ -107,7 +111,7 @@ _tmr.push({id: "1069168", type: "pageView", start: (new Date()).getTime()});
|
|||||||
var s = document.getElementsByTagName("script")[0];
|
var s = document.getElementsByTagName("script")[0];
|
||||||
s.parentNode.insertBefore(sm, s);})();
|
s.parentNode.insertBefore(sm, s);})();
|
||||||
</script>
|
</script>
|
||||||
|
<?endif?>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user