first commit
This commit is contained in:
16
admin/products.photos.php
Normal file
16
admin/products.photos.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
$main_class = 'ProductsPhotos';
|
||||
|
||||
class ProductsPhotos extends BaseAdminPhotos
|
||||
{
|
||||
use DatabaseCommunication;
|
||||
|
||||
protected $relation_table_name = 'photos_products_relation';
|
||||
protected $photo_type = 4;
|
||||
protected $tablefield = 'id_product';
|
||||
protected $photo_nametype = 'Product';
|
||||
protected $copy_from = 'z produktu';
|
||||
protected $search_field = 'product_id';
|
||||
protected $template = 'window/products.photos.tpl';
|
||||
}
|
||||
Reference in New Issue
Block a user