This commit is contained in:
2021-06-11 09:45:27 +00:00
parent 766e572752
commit 416bdc9590
6 changed files with 71 additions and 42 deletions

View File

@@ -21,7 +21,7 @@ function bookid_kuri($slug) {
if (isset($book['price_id'])){
$book['pic'] = IMGSRV."price/180x280/{$book['price_id']}.{$book['priceimg']}";
$book['pic'] = IMGSRV."price/300x470/{$book['price_id']}.{$book['priceimg']}";
$book['links']['pdf'] = SITE.'read/'.$book['pricehash'];
$book['links']['text'] = SITE.'readtext/'.$book['pricehash'];
$book['links']['download'] = SITE.'pub/files/pdf/'.$book['pricehash'].'.pdf';