This commit is contained in:
Your Name
2022-12-04 16:45:00 +03:00
parent eefad1904e
commit 62fa3ea592
7 changed files with 52 additions and 13 deletions

View File

@@ -14,6 +14,7 @@ function bookid_kuri($slug) {
`categoryslug`,
price.category_id AS category_id,
`BeginDate`,
`date_subscript`,
`priceanons`,
`priceimg`,
`pricehash`,
@@ -48,7 +49,6 @@ function bookid_kuri($slug) {
//$book['pic'] = IMGSRV."price/300x470/{$book['price_id']}.{$book['priceimg']}";
$book['pic'] = picbook($book, 300, 470);
$book['links']['pdf'] = SITE.'read/'.$book['pricehash'];
$book['links']['text'] = SITE.'readtext/'.$book['pricehash'];
$file = PDFSOURCE.$book['price_id'].'.pdf';