add absolute link
This commit is contained in:
@@ -235,7 +235,7 @@ function clientbooks($books){
|
|||||||
|
|
||||||
foreach($books as $book){
|
foreach($books as $book){
|
||||||
$book['pic'] = IMGSRV."price/180x280/{$book['price_id']}.{$book['priceimg']}";
|
$book['pic'] = IMGSRV."price/180x280/{$book['price_id']}.{$book['priceimg']}";
|
||||||
$book['link'] = 'read/'.$book['pricehash'];
|
$book['link'] = SITE.'read/'.$book['pricehash'];
|
||||||
$result[] = $book;
|
$result[] = $book;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user