add menus lk

This commit is contained in:
Your Name
2021-05-16 14:15:10 +03:00
parent 96a1540ef7
commit 2f2c1489a2
16 changed files with 154 additions and 58 deletions

10
app/helpers/picbook.php Normal file
View 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'];
}