add menus lk
This commit is contained in:
10
app/helpers/picbook.php
Normal file
10
app/helpers/picbook.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
/**
|
||||
* url image book
|
||||
*/
|
||||
|
||||
function picbook($item, $width, $height) {
|
||||
|
||||
return IMGSRV.'price/'.$width.'x'.$height.'/'.$item['price_id'].'.'.$item['priceimg'];
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user