diff --git a/app/routes/anpdf.php b/app/routes/anpdf.php index 11f2a2d..d2bb743 100644 --- a/app/routes/anpdf.php +++ b/app/routes/anpdf.php @@ -216,6 +216,11 @@ function promo_kuri($hash, $page = 0, $promo = true){ $pagenum = 1; $newcurr = strtotime($price['BeginDate']); + if ($price['category_id'] ==3) + $scale = 2; + else + $scale = 1; + if ($promo){ $filedown = True; diff --git a/app/views/anpdf2.phtml b/app/views/anpdf2.phtml index d3dbd24..06014e6 100644 --- a/app/views/anpdf2.phtml +++ b/app/views/anpdf2.phtml @@ -1,7 +1,7 @@