a
This commit is contained in:
@@ -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');
|
||||
|
||||
|
||||
}
|
||||
|
||||
@@ -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;">
|
||||
|
||||
Reference in New Issue
Block a user