This commit is contained in:
Andrey Kuvshinov
2020-04-08 17:05:30 +03:00
parent 6d929ddbc4
commit a0131a42d2
4 changed files with 112 additions and 3 deletions

View File

@@ -4,7 +4,7 @@
ini_set('display_errors','off');
error_reporting(E_ALL);
function anpromo_kuri($page = 1, $scale = 2){
function anpromo_kuri($page = 1, $scale = 1.5){
// $pdfile = 'https://argumenti.ru/templinks/md5files/f9598f88e667146d50d106eeedbd74c1.pdf';
$pdfile = '/pub/files/promo.pdf';
@@ -22,7 +22,7 @@ function anpromo_kuri($page = 1, $scale = 2){
$prevurl = "/anpromo/$prevpage";
}
include ('anpdf.phtml');
include ('anpdf2.phtml');
}
@@ -99,4 +99,4 @@ function promo_kuri($hash, $page = 1, $scale = 2, $promo = false){
include ('anpdf.phtml');
}
}