first commit

This commit is contained in:
2025-08-02 16:30:27 +02:00
commit 23646bfcee
14851 changed files with 1750626 additions and 0 deletions

16
admin/products.photos.php Normal file
View 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';
}