This commit is contained in:
Andrey Kuvshinov
2020-04-08 22:39:21 +03:00
parent e5316a2a41
commit 69ef207b50
3 changed files with 22 additions and 15 deletions

View File

@@ -30,7 +30,7 @@ function anpromo_kuri($page = 1, $scale = 1.5){
function read_kuri($hash, $page = 1, $scale = 2, $promo = false){
function read_kuri($hash, $page = 1, $scale = 1.5, $promo = false){
$price = db_get("SELECT `price_id`, `pricename` FROM `price` WHERE `pricehash` = '$hash' LIMIT 1");
@@ -96,7 +96,7 @@ function promo_kuri($hash, $page = 1, $scale = 2, $promo = false){
$prevurl = "$baseurl$prevpage";
}
include ('anpdf.phtml');
include ('anpdf2.phtml');
}

View File

@@ -2,7 +2,7 @@
<head>
<title>Еженедельник Аргументы Недели - <?=$title?></title>
<script src="/pub/scripts/pdf.min.js"></script>
<script src="/pub/scripts/anviewer.js?ver=4"></script>
<script src="/pub/scripts/anviewer.js?ver=5"></script>
<link rel="icon" type="image/ico" href="https://argumenti.ru/favicon.ico">
</head>
<body style="width: 87%;margin: 0px auto;margin-top: 2%;background: #f5f5f5;">