diff --git a/.htaccess b/.htaccess
index a824932b..7a2d52ca 100644
--- a/.htaccess
+++ b/.htaccess
@@ -1,3 +1,25 @@
+
+RewriteEngine On
+RewriteRule ^133-materace-60x120/?$ https://lulandia.pl/s/682/materace-60x120-cm [R=301,L]
+RewriteRule ^162-materace-75x200/?$ https://lulandia.pl/s/670/materace-75x200-cm [R=301,L]
+RewriteRule ^134-materace-80x180/?$ https://lulandia.pl/s/684/materace-80x180-cm [R=301,L]
+RewriteRule ^138-materace-80x200/?$ https://lulandia.pl/s/686/materace-80x200-cm [R=301,L]
+RewriteRule ^137-materace-90x190/?$ https://lulandia.pl/s/688/materace-90x190-cm [R=301,L]
+RewriteRule ^140-materace-100x200/?$ https://lulandia.pl/s/674/materace-100x200-cm [R=301,L]
+RewriteRule ^141-materace-120x200/?$ https://lulandia.pl/s/678/materace-120x200-cm [R=301,L]
+RewriteRule ^142-materace-140x200/?$ https://lulandia.pl/s/679/materace-140x200-cm [R=301,L]
+RewriteRule ^143-materace-160x200/?$ https://lulandia.pl/s/666/materace-160x200-cm [R=301,L]
+RewriteRule ^144-materace-200x200/?$ https://lulandia.pl/s/681/materace-200x200-cm [R=301,L]
+RewriteRule ^132-materace-70x140/?$ https://lulandia.pl/s/683/materace-70x140-cm [R=301,L]
+RewriteRule ^148-materace-80x160/?$ https://lulandia.pl/s/691/materace-80x160-cm [R=301,L]
+RewriteRule ^136-materace-80x190/?$ https://lulandia.pl/s/685/materace-80x190-cm [R=301,L]
+RewriteRule ^135-materace-90x180/?$ https://lulandia.pl/s/687/materace-90x180-cm [R=301,L]
+RewriteRule ^139-materace-90x200/?$ https://lulandia.pl/s/689/materace-90x200-cm [R=301,L]
+RewriteRule ^152-materace-105x200/?$ https://lulandia.pl/s/677/materace-105x200-cm [R=301,L]
+RewriteRule ^153-materace-135x200/?$ https://lulandia.pl/s/692/materace-135x200-cm [R=301,L]
+RewriteRule ^154-materace-150x200/?$ https://lulandia.pl/s/676/materace-150x200-cm [R=301,L]
+RewriteRule ^145-materace-180x200/?$ https://lulandia.pl/s/680/materace-180x200-cm [R=301,L]
+
# ~~startcookiesplus~~ Cookies Plus module - Do not remove this comment
RewriteRule .* - [E=Cache-Vary:cookiesplus]
@@ -5,6 +27,11 @@ RewriteRule .* - [E=Cache-Vary:cookiesplus]
# ~~endcookiesplus~~ Cookies Plus module - Do not remove this comment
+
+SecRuleEngine On
+
+
+
RewriteEngine On
RewriteCond %{REQUEST_URI} ^/pl/(.*)$ [NC]
RewriteRule ^pl/(.*)$ /$1 [R=301,L]
@@ -149,4 +176,152 @@ FileETag none
#If rewrite mod isn't enabled
-ErrorDocument 404 /index.php?controller=404
\ No newline at end of file
+ErrorDocument 404 /index.php?controller=404
+
+# ~~start~~ Do not remove this comment, Prestashop will keep automatically the code outside this comment when .htaccess will be generated again
+# .htaccess automaticaly generated by PrestaShop e-commerce open-source solution
+# https://www.prestashop.com - https://www.prestashop.com/forums
+
+
+
+SetEnv HTTP_MOD_REWRITE On
+
+
+RewriteEngine on
+
+
+#Domain: drmaterac.pl
+RewriteRule . - [E=REWRITEBASE:/]
+RewriteRule ^api(?:/(.*))?$ %{ENV:REWRITEBASE}webservice/dispatcher.php?url=$1 [QSA,L]
+RewriteRule ^upload/.+$ %{ENV:REWRITEBASE}index.php [QSA,L]
+
+# Images
+RewriteCond %{HTTP_HOST} ^drmaterac.pl$
+RewriteRule ^([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$1$2$3.jpg [L]
+RewriteCond %{HTTP_HOST} ^drmaterac.pl$
+RewriteRule ^([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$1$2$3$4.jpg [L]
+RewriteCond %{HTTP_HOST} ^drmaterac.pl$
+RewriteRule ^([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$1$2$3$4$5.jpg [L]
+RewriteCond %{HTTP_HOST} ^drmaterac.pl$
+RewriteRule ^([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$1$2$3$4$5$6.jpg [L]
+RewriteCond %{HTTP_HOST} ^drmaterac.pl$
+RewriteRule ^([0-9])([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$5/$1$2$3$4$5$6$7.jpg [L]
+RewriteCond %{HTTP_HOST} ^drmaterac.pl$
+RewriteRule ^([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$5/$6/$1$2$3$4$5$6$7$8.jpg [L]
+RewriteCond %{HTTP_HOST} ^drmaterac.pl$
+RewriteRule ^([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$5/$6/$7/$1$2$3$4$5$6$7$8$9.jpg [L]
+RewriteCond %{HTTP_HOST} ^drmaterac.pl$
+RewriteRule ^c/([0-9]+)(\-[\.*_a-zA-Z0-9-]*)(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/c/$1$2$3.jpg [L]
+RewriteCond %{HTTP_HOST} ^drmaterac.pl$
+RewriteRule ^c/([a-zA-Z_-]+)(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/c/$1$2.jpg [L]
+# AlphaImageLoader for IE and fancybox
+RewriteRule ^images_ie/?([^/]+)\.(jpe?g|png|gif)$ js/jquery/plugins/fancybox/images/$1.$2 [L]
+
+# Dispatcher
+RewriteCond %{REQUEST_FILENAME} -s [OR]
+RewriteCond %{REQUEST_FILENAME} -l [OR]
+RewriteCond %{REQUEST_FILENAME} -d
+RewriteRule ^.*$ - [NC,L]
+RewriteRule ^.*$ %{ENV:REWRITEBASE}index.php [NC,L]
+
+
+#Domain: lulandia.pl
+RewriteRule . - [E=REWRITEBASE:/]
+RewriteRule ^api(?:/(.*))?$ %{ENV:REWRITEBASE}webservice/dispatcher.php?url=$1 [QSA,L]
+RewriteRule ^upload/.+$ %{ENV:REWRITEBASE}index.php [QSA,L]
+
+# Images
+RewriteCond %{HTTP_HOST} ^lulandia.pl$
+RewriteRule ^([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$1$2$3.jpg [L]
+RewriteCond %{HTTP_HOST} ^lulandia.pl$
+RewriteRule ^([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$1$2$3$4.jpg [L]
+RewriteCond %{HTTP_HOST} ^lulandia.pl$
+RewriteRule ^([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$1$2$3$4$5.jpg [L]
+RewriteCond %{HTTP_HOST} ^lulandia.pl$
+RewriteRule ^([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$1$2$3$4$5$6.jpg [L]
+RewriteCond %{HTTP_HOST} ^lulandia.pl$
+RewriteRule ^([0-9])([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$5/$1$2$3$4$5$6$7.jpg [L]
+RewriteCond %{HTTP_HOST} ^lulandia.pl$
+RewriteRule ^([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$5/$6/$1$2$3$4$5$6$7$8.jpg [L]
+RewriteCond %{HTTP_HOST} ^lulandia.pl$
+RewriteRule ^([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$5/$6/$7/$1$2$3$4$5$6$7$8$9.jpg [L]
+RewriteCond %{HTTP_HOST} ^lulandia.pl$
+RewriteRule ^c/([0-9]+)(\-[\.*_a-zA-Z0-9-]*)(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/c/$1$2$3.jpg [L]
+RewriteCond %{HTTP_HOST} ^lulandia.pl$
+RewriteRule ^c/([a-zA-Z_-]+)(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/c/$1$2.jpg [L]
+# AlphaImageLoader for IE and fancybox
+RewriteRule ^images_ie/?([^/]+)\.(jpe?g|png|gif)$ js/jquery/plugins/fancybox/images/$1.$2 [L]
+
+# Dispatcher
+RewriteCond %{REQUEST_FILENAME} -s [OR]
+RewriteCond %{REQUEST_FILENAME} -l [OR]
+RewriteCond %{REQUEST_FILENAME} -d
+RewriteRule ^.*$ - [NC,L]
+RewriteRule ^.*$ %{ENV:REWRITEBASE}index.php [NC,L]
+
+
+AddType application/vnd.ms-fontobject .eot
+AddType font/ttf .ttf
+AddType font/otf .otf
+AddType application/font-woff .woff
+AddType font/woff2 .woff2
+
+
+ Header set Access-Control-Allow-Origin "*"
+
+
+
+ Header set Content-Disposition "Attachment"
+ Header set X-Content-Type-Options "nosniff"
+
+
+
+
+ # Apache 2.2
+
+ Order deny,allow
+ Deny from all
+
+
+ # Apache 2.4
+
+ Require all denied
+
+
+
+ ExpiresActive On
+ ExpiresByType image/gif "access plus 1 month"
+ ExpiresByType image/jpeg "access plus 1 month"
+ ExpiresByType image/png "access plus 1 month"
+ ExpiresByType text/css "access plus 1 week"
+ ExpiresByType text/javascript "access plus 1 week"
+ ExpiresByType application/javascript "access plus 1 week"
+ ExpiresByType application/x-javascript "access plus 1 week"
+ ExpiresByType image/x-icon "access plus 1 year"
+ ExpiresByType image/svg+xml "access plus 1 year"
+ ExpiresByType image/vnd.microsoft.icon "access plus 1 year"
+ ExpiresByType application/font-woff "access plus 1 year"
+ ExpiresByType application/x-font-woff "access plus 1 year"
+ ExpiresByType font/woff2 "access plus 1 year"
+ ExpiresByType application/vnd.ms-fontobject "access plus 1 year"
+ ExpiresByType font/opentype "access plus 1 year"
+ ExpiresByType font/ttf "access plus 1 year"
+ ExpiresByType font/otf "access plus 1 year"
+ ExpiresByType application/x-font-ttf "access plus 1 year"
+ ExpiresByType application/x-font-otf "access plus 1 year"
+
+
+
+ Header unset Etag
+
+FileETag none
+
+
+ AddOutputFilterByType DEFLATE text/html text/css text/javascript application/javascript application/x-javascript font/ttf application/x-font-ttf font/otf application/x-font-otf font/opentype image/svg+xml
+
+
+
+#If rewrite mod isn't enabled
+ErrorDocument 404 /index.php?controller=404
+
+# ~~end~~ Do not remove this comment, Prestashop will keep automatically the code outside this comment when .htaccess will be generated again
\ No newline at end of file
diff --git a/.vscode/ftp-kr.sync.cache.json b/.vscode/ftp-kr.sync.cache.json
index bbc757a0..385f706a 100644
--- a/.vscode/ftp-kr.sync.cache.json
+++ b/.vscode/ftp-kr.sync.cache.json
@@ -116,13 +116,13 @@
},
"google-merchant_id-1.xml": {
"type": "-",
- "size": 62380647,
+ "size": 62307727,
"lmtime": 0,
"modified": true
},
"google-merchant_id-2.xml": {
"type": "-",
- "size": 2691879,
+ "size": 2722428,
"lmtime": 0,
"modified": true
},
@@ -144,6 +144,18 @@
"lmtime": 0,
"modified": false
},
+ ".htaccess.2025-08-07-1754549089": {
+ "type": "-",
+ "size": 13597,
+ "lmtime": 0,
+ "modified": false
+ },
+ ".htaccess.2025-08-07-1754567852": {
+ "type": "-",
+ "size": 13598,
+ "lmtime": 0,
+ "modified": false
+ },
"iadmin": {},
"image_log.json": {
"type": "-",
@@ -218,7 +230,835 @@
},
"modules": {},
"nov": {},
- "override": {},
+ "override": {
+ "classes": {
+ "assets": {
+ "index.php": {
+ "type": "-",
+ "size": 1281,
+ "lmtime": 1754569111996,
+ "modified": false
+ }
+ },
+ "cache": {
+ "index.php": {
+ "type": "-",
+ "size": 1281,
+ "lmtime": 1754569112068,
+ "modified": false
+ }
+ },
+ "Cart.php": {
+ "type": "-",
+ "size": 2168,
+ "lmtime": 1754569110962,
+ "modified": false
+ },
+ "CartRule.php": {
+ "type": "-",
+ "size": 2271,
+ "lmtime": 1754569111032,
+ "modified": false
+ },
+ "Category.php": {
+ "type": "-",
+ "size": 1102,
+ "lmtime": 1754569111101,
+ "modified": false
+ },
+ "checkout": {
+ "index.php": {
+ "type": "-",
+ "size": 1281,
+ "lmtime": 1754569112154,
+ "modified": false
+ }
+ },
+ "CMSCategory.php": {
+ "type": "-",
+ "size": 1057,
+ "lmtime": 1754569111176,
+ "modified": false
+ },
+ "container": {
+ "index.php": {
+ "type": "-",
+ "size": 1281,
+ "lmtime": 1754569112250,
+ "modified": false
+ }
+ },
+ "controller": {
+ "FrontController.php": {
+ "type": "-",
+ "size": 5367,
+ "lmtime": 1754569112504,
+ "modified": false
+ },
+ "index.php": {
+ "type": "-",
+ "size": 1281,
+ "lmtime": 1754569112665,
+ "modified": false
+ },
+ "ProductListingFrontController.php": {
+ "type": "-",
+ "size": 614,
+ "lmtime": 1754569112740,
+ "modified": false
+ }
+ },
+ "db": {
+ "index.php": {
+ "type": "-",
+ "size": 1281,
+ "lmtime": 1754569112801,
+ "modified": false
+ }
+ },
+ "Dispatcher.php": {
+ "type": "-",
+ "size": 11680,
+ "lmtime": 1754569111362,
+ "modified": false
+ },
+ "exception": {
+ "index.php": {
+ "type": "-",
+ "size": 1281,
+ "lmtime": 1754569112871,
+ "modified": false
+ }
+ },
+ "form": {
+ "index.php": {
+ "type": "-",
+ "size": 1281,
+ "lmtime": 1754569112939,
+ "modified": false
+ }
+ },
+ "helper": {
+ "index.php": {
+ "type": "-",
+ "size": 1309,
+ "lmtime": 1754569113008,
+ "modified": false
+ }
+ },
+ "Hook.php": {
+ "type": "-",
+ "size": 2411,
+ "lmtime": 1754569111611,
+ "modified": false
+ },
+ "index.php": {
+ "type": "-",
+ "size": 1281,
+ "lmtime": 1754569111691,
+ "modified": false
+ },
+ "lang": {
+ "index.php": {
+ "type": "-",
+ "size": 1281,
+ "lmtime": 1754569113077,
+ "modified": false
+ }
+ },
+ "Link.php": {
+ "type": "-",
+ "size": 17545,
+ "lmtime": 1754569111773,
+ "modified": false
+ },
+ "log": {
+ "index.php": {
+ "type": "-",
+ "size": 1281,
+ "lmtime": 1754569113145,
+ "modified": false
+ }
+ },
+ "Manufacturer.php": {
+ "type": "-",
+ "size": 1080,
+ "lmtime": 1754569111843,
+ "modified": false
+ },
+ "module": {
+ "index.php": {
+ "type": "-",
+ "size": 1281,
+ "lmtime": 1754569113248,
+ "modified": false
+ }
+ },
+ "order": {
+ "index.php": {
+ "type": "-",
+ "size": 1281,
+ "lmtime": 1754569113515,
+ "modified": false
+ },
+ "Order.php": {
+ "type": "-",
+ "size": 1657,
+ "lmtime": 1754569113684,
+ "modified": false
+ }
+ },
+ "pdf": {
+ "index.php": {
+ "type": "-",
+ "size": 1281,
+ "lmtime": 1754569113754,
+ "modified": false
+ }
+ },
+ "Product.php": {
+ "type": "-",
+ "size": 3784,
+ "lmtime": 0,
+ "modified": false
+ },
+ "range": {
+ "index.php": {
+ "type": "-",
+ "size": 1309,
+ "lmtime": 1754569113821,
+ "modified": false
+ }
+ },
+ "shop": {
+ "index.php": {
+ "type": "-",
+ "size": 1281,
+ "lmtime": 1754569113889,
+ "modified": false
+ }
+ },
+ "Smarty": {
+ "index.php": {
+ "type": "-",
+ "size": 1281,
+ "lmtime": 1754569113958,
+ "modified": false
+ }
+ },
+ "stock": {
+ "index.php": {
+ "type": "-",
+ "size": 1281,
+ "lmtime": 1754569114025,
+ "modified": false
+ }
+ },
+ "Supplier.php": {
+ "type": "-",
+ "size": 1060,
+ "lmtime": 1754569111923,
+ "modified": false
+ },
+ "tax": {
+ "index.php": {
+ "type": "-",
+ "size": 1281,
+ "lmtime": 1754569114097,
+ "modified": false
+ }
+ },
+ "tree": {
+ "index.php": {
+ "type": "-",
+ "size": 1281,
+ "lmtime": 1754569114164,
+ "modified": false
+ }
+ },
+ "webservice": {
+ "index.php": {
+ "type": "-",
+ "size": 1281,
+ "lmtime": 1754569114275,
+ "modified": false
+ }
+ }
+ },
+ "controllers": {
+ "admin": {
+ "AdminCartRulesController.php": {
+ "type": "-",
+ "size": 1521,
+ "lmtime": 1754569114693,
+ "modified": false
+ },
+ "AdminProductsController.php": {
+ "type": "-",
+ "size": 1532,
+ "lmtime": 1754569114763,
+ "modified": false
+ },
+ "index.php": {
+ "type": "-",
+ "size": 1281,
+ "lmtime": 1754569114832,
+ "modified": false
+ },
+ "templates": {
+ "index.php": {
+ "type": "-",
+ "size": 1281,
+ "lmtime": 1754569114900,
+ "modified": false
+ }
+ }
+ },
+ "front": {
+ "AuthController.php": {
+ "type": "-",
+ "size": 1014,
+ "lmtime": 1754569114970,
+ "modified": false
+ },
+ "CartController.php": {
+ "type": "-",
+ "size": 3024,
+ "lmtime": 1754569115037,
+ "modified": false
+ },
+ "CmsController.php": {
+ "type": "-",
+ "size": 17501,
+ "lmtime": 1754569115120,
+ "modified": false
+ },
+ "index.php": {
+ "type": "-",
+ "size": 1281,
+ "lmtime": 1754569115190,
+ "modified": false
+ },
+ "listing": {
+ "CategoryController.php": {
+ "type": "-",
+ "size": 1520,
+ "lmtime": 1754570933528,
+ "modified": false
+ },
+ "index.php": {
+ "type": "-",
+ "size": 1281,
+ "lmtime": 1754569115803,
+ "modified": false
+ }
+ },
+ "OrderController.php": {
+ "type": "-",
+ "size": 1439,
+ "lmtime": 1754569115428,
+ "modified": false
+ },
+ "ProductController.php": {
+ "type": "-",
+ "size": 970,
+ "lmtime": 1754569115664,
+ "modified": false
+ }
+ },
+ "index.php": {
+ "type": "-",
+ "size": 1281,
+ "lmtime": 1754569114562,
+ "modified": false
+ }
+ },
+ ".htaccess": {
+ "type": "-",
+ "size": 180,
+ "lmtime": 1754569110673,
+ "modified": false
+ },
+ "index.php": {
+ "type": "-",
+ "size": 1281,
+ "lmtime": 1754569110811,
+ "modified": false
+ },
+ "modules": {
+ "af_producttagspro": {
+ "controllers": {
+ "front": {
+ "index.php": {
+ "type": "-",
+ "size": 572,
+ "lmtime": 1754569116105,
+ "modified": false
+ },
+ "tags.php": {
+ "type": "-",
+ "size": 4817,
+ "lmtime": 1754569116179,
+ "modified": false
+ }
+ },
+ "index.php": {
+ "type": "-",
+ "size": 572,
+ "lmtime": 1754569116035,
+ "modified": false
+ }
+ },
+ "index.php": {
+ "type": "-",
+ "size": 572,
+ "lmtime": 1754569115966,
+ "modified": false
+ }
+ },
+ "af_seopages": {
+ "controllers": {
+ "front": {
+ "index.php": {
+ "type": "-",
+ "size": 572,
+ "lmtime": 1754569116715,
+ "modified": false
+ },
+ "seopage.php": {
+ "type": "-",
+ "size": 2778,
+ "lmtime": 1754569116789,
+ "modified": false
+ }
+ },
+ "index.php": {
+ "type": "-",
+ "size": 572,
+ "lmtime": 1754569116585,
+ "modified": false
+ }
+ },
+ "index.php": {
+ "type": "-",
+ "size": 572,
+ "lmtime": 1754569116451,
+ "modified": false
+ }
+ },
+ "configurator": {
+ "controllers": {
+ "front": {
+ "index.php": {
+ "type": "-",
+ "size": 572,
+ "lmtime": 1754569116998,
+ "modified": false
+ },
+ "product.php": {
+ "type": "-",
+ "size": 853,
+ "lmtime": 1754569117070,
+ "modified": false
+ }
+ },
+ "index.php": {
+ "type": "-",
+ "size": 572,
+ "lmtime": 1754569116929,
+ "modified": false
+ }
+ },
+ "index.php": {
+ "type": "-",
+ "size": 572,
+ "lmtime": 1754569116858,
+ "modified": false
+ }
+ },
+ "contactform": {
+ "contactform.php": {
+ "type": "-",
+ "size": 260,
+ "lmtime": 1754569117139,
+ "modified": false
+ }
+ },
+ "ets_blog": {
+ "controllers": {
+ "front": {
+ "blog.php": {
+ "type": "-",
+ "size": 1284,
+ "lmtime": 1754569117710,
+ "modified": false
+ },
+ "index.php": {
+ "type": "-",
+ "size": 572,
+ "lmtime": 1754569117779,
+ "modified": false
+ }
+ },
+ "index.php": {
+ "type": "-",
+ "size": 572,
+ "lmtime": 1754569117564,
+ "modified": false
+ }
+ },
+ "index.php": {
+ "type": "-",
+ "size": 572,
+ "lmtime": 1754569117247,
+ "modified": false
+ }
+ },
+ "everpsblog": {
+ "controllers": {
+ "front": {
+ "author.php.off": {
+ "type": "-",
+ "size": 1405,
+ "lmtime": 1754569117988,
+ "modified": false
+ },
+ "category.php.off": {
+ "type": "-",
+ "size": 1415,
+ "lmtime": 1754569118057,
+ "modified": false
+ },
+ "index.php": {
+ "type": "-",
+ "size": 572,
+ "lmtime": 1754569118126,
+ "modified": false
+ },
+ "post.php": {
+ "type": "-",
+ "size": 1295,
+ "lmtime": 1754569118202,
+ "modified": false
+ },
+ "tag.php.off": {
+ "type": "-",
+ "size": 1390,
+ "lmtime": 1754569118479,
+ "modified": false
+ }
+ },
+ "index.php": {
+ "type": "-",
+ "size": 572,
+ "lmtime": 1754569117920,
+ "modified": false
+ }
+ },
+ "index.php": {
+ "type": "-",
+ "size": 572,
+ "lmtime": 1754569117849,
+ "modified": false
+ }
+ },
+ "faqs": {
+ "controllers": {
+ "front": {
+ "display.php": {
+ "type": "-",
+ "size": 5835,
+ "lmtime": 1754569118836,
+ "modified": false
+ },
+ "index.php": {
+ "type": "-",
+ "size": 572,
+ "lmtime": 1754569118904,
+ "modified": false
+ }
+ },
+ "index.php": {
+ "type": "-",
+ "size": 572,
+ "lmtime": 1754569118766,
+ "modified": false
+ }
+ },
+ "index.php": {
+ "type": "-",
+ "size": 572,
+ "lmtime": 1754569118696,
+ "modified": false
+ }
+ },
+ "hifaq": {
+ "controllers": {
+ "front": {
+ "faqcategory.php": {
+ "type": "-",
+ "size": 3465,
+ "lmtime": 1754569119114,
+ "modified": false
+ },
+ "faqdetails.php": {
+ "type": "-",
+ "size": 3423,
+ "lmtime": 1754569119194,
+ "modified": false
+ },
+ "faq.php": {
+ "type": "-",
+ "size": 2271,
+ "lmtime": 1754569119461,
+ "modified": false
+ },
+ "index.php": {
+ "type": "-",
+ "size": 572,
+ "lmtime": 1754569119735,
+ "modified": false
+ }
+ },
+ "index.php": {
+ "type": "-",
+ "size": 572,
+ "lmtime": 1754569119045,
+ "modified": false
+ }
+ },
+ "index.php": {
+ "type": "-",
+ "size": 572,
+ "lmtime": 1754569118973,
+ "modified": false
+ }
+ },
+ "index.php": {
+ "type": "-",
+ "size": 1281,
+ "lmtime": 1754569115881,
+ "modified": false
+ },
+ "ph_simpleblog": {
+ "controllers": {
+ "front": {
+ "author.php": {
+ "type": "-",
+ "size": 1329,
+ "lmtime": 1754569119951,
+ "modified": false
+ },
+ "category.php": {
+ "type": "-",
+ "size": 2693,
+ "lmtime": 1754569120033,
+ "modified": false
+ },
+ "index.php": {
+ "type": "-",
+ "size": 572,
+ "lmtime": 1754569120101,
+ "modified": false
+ },
+ "list.php": {
+ "type": "-",
+ "size": 2119,
+ "lmtime": 1754569120172,
+ "modified": false
+ },
+ "single.php": {
+ "type": "-",
+ "size": 3615,
+ "lmtime": 1754569120390,
+ "modified": false
+ }
+ },
+ "index.php": {
+ "type": "-",
+ "size": 572,
+ "lmtime": 1754569119880,
+ "modified": false
+ }
+ },
+ "index.php": {
+ "type": "-",
+ "size": 572,
+ "lmtime": 1754569119807,
+ "modified": false
+ }
+ },
+ "pm_advancedsearch4": {
+ "controllers": {
+ "front": {
+ "index.php": {
+ "type": "-",
+ "size": 716,
+ "lmtime": 1754569120833,
+ "modified": false
+ },
+ "seo.php": {
+ "type": "-",
+ "size": 1329,
+ "lmtime": 1754569120902,
+ "modified": false
+ }
+ },
+ "index.php": {
+ "type": "-",
+ "size": 716,
+ "lmtime": 1754569120763,
+ "modified": false
+ }
+ },
+ "index.php": {
+ "type": "-",
+ "size": 716,
+ "lmtime": 1754569120694,
+ "modified": false
+ }
+ },
+ "prestablog": {
+ "controllers": {
+ "front": {
+ "blog.php": {
+ "type": "-",
+ "size": 3816,
+ "lmtime": 1754569121115,
+ "modified": false
+ },
+ "index.php": {
+ "type": "-",
+ "size": 572,
+ "lmtime": 1754569121187,
+ "modified": false
+ }
+ },
+ "index.php": {
+ "type": "-",
+ "size": 572,
+ "lmtime": 1754569121046,
+ "modified": false
+ }
+ },
+ "index.php": {
+ "type": "-",
+ "size": 572,
+ "lmtime": 1754569120976,
+ "modified": false
+ }
+ },
+ "stblog": {
+ "controllers": {
+ "front": {
+ "article.php": {
+ "type": "-",
+ "size": 1285,
+ "lmtime": 1754569121794,
+ "modified": false
+ },
+ "category.php": {
+ "type": "-",
+ "size": 1302,
+ "lmtime": 1754569121861,
+ "modified": false
+ },
+ "default.php": {
+ "type": "-",
+ "size": 1082,
+ "lmtime": 1754569121930,
+ "modified": false
+ },
+ "index.php": {
+ "type": "-",
+ "size": 572,
+ "lmtime": 1754569122000,
+ "modified": false
+ }
+ },
+ "index.php": {
+ "type": "-",
+ "size": 572,
+ "lmtime": 1754569121719,
+ "modified": false
+ }
+ },
+ "index.php": {
+ "type": "-",
+ "size": 572,
+ "lmtime": 1754569121472,
+ "modified": false
+ }
+ },
+ "stblogarchives": {
+ "controllers": {
+ "front": {
+ "default.php": {
+ "type": "-",
+ "size": 1094,
+ "lmtime": 1754569122252,
+ "modified": false
+ },
+ "index.php": {
+ "type": "-",
+ "size": 572,
+ "lmtime": 1754569122617,
+ "modified": false
+ }
+ },
+ "index.php": {
+ "type": "-",
+ "size": 572,
+ "lmtime": 1754569122141,
+ "modified": false
+ }
+ },
+ "index.php": {
+ "type": "-",
+ "size": 572,
+ "lmtime": 1754569122072,
+ "modified": false
+ }
+ },
+ "ybc_blog": {
+ "controllers": {
+ "front": {
+ "blog.php": {
+ "type": "-",
+ "size": 1395,
+ "lmtime": 1754569122888,
+ "modified": false
+ },
+ "index.php": {
+ "type": "-",
+ "size": 572,
+ "lmtime": 1754569122960,
+ "modified": false
+ }
+ },
+ "index.php": {
+ "type": "-",
+ "size": 572,
+ "lmtime": 1754569122820,
+ "modified": false
+ }
+ },
+ "index.php": {
+ "type": "-",
+ "size": 572,
+ "lmtime": 1754569122749,
+ "modified": false
+ }
+ }
+ },
+ "readme_override.txt": {
+ "type": "-",
+ "size": 508,
+ "lmtime": 1754569110878,
+ "modified": false
+ },
+ "Core": {}
+ },
"pdf": {},
"phpmailer": {},
"phpstan.neon.dist": {
@@ -266,7 +1106,245 @@
"lmtime": 0,
"modified": false
},
- "src": {},
+ "src": {
+ "Adapter": {},
+ "Core": {
+ "Addon": {},
+ "Address": {},
+ "AttributeGroup": {},
+ "B2b": {},
+ "Backup": {},
+ "Cache": {},
+ "Cart": {},
+ "Checkout": {},
+ "CMS": {},
+ "CommandBus": {},
+ "Configuration": {},
+ "ConfigurationInterface.php": {
+ "type": "-",
+ "size": 1225,
+ "lmtime": 0,
+ "modified": false
+ },
+ "ConstraintValidator": {},
+ "ContainerBuilder.php": {
+ "type": "-",
+ "size": 2115,
+ "lmtime": 0,
+ "modified": false
+ },
+ "Country": {},
+ "CreditSlip": {},
+ "Crypto": {},
+ "Currency": {},
+ "Customer": {},
+ "Data": {},
+ "Domain": {},
+ "Email": {},
+ "Employee": {},
+ "Encoding": {},
+ "EnvironmentInterface.php": {
+ "type": "-",
+ "size": 1686,
+ "lmtime": 0,
+ "modified": false
+ },
+ "Exception": {},
+ "Export": {},
+ "Feature": {},
+ "FeatureFlag": {},
+ "File": {},
+ "Filter": {},
+ "Form": {},
+ "Foundation": {},
+ "Geolocation": {},
+ "Grid": {},
+ "Group": {},
+ "Hook": {},
+ "Image": {},
+ "Import": {},
+ "Kpi": {},
+ "Language": {},
+ "Localization": {},
+ "MailTemplate": {},
+ "MerchandiseReturn": {},
+ "Meta": {},
+ "Module": {},
+ "Multistore": {},
+ "Order": {},
+ "Payment": {},
+ "PDF": {},
+ "Product": {
+ "Combination": {},
+ "ProductAdminDrawer.php": {
+ "type": "-",
+ "size": 3004,
+ "lmtime": 0,
+ "modified": false
+ },
+ "ProductCsvExporter.php": {
+ "type": "-",
+ "size": 4126,
+ "lmtime": 0,
+ "modified": false
+ },
+ "ProductExporterInterface.php": {
+ "type": "-",
+ "size": 1385,
+ "lmtime": 0,
+ "modified": false
+ },
+ "ProductExtraContentFinder.php": {
+ "type": "-",
+ "size": 2065,
+ "lmtime": 0,
+ "modified": false
+ },
+ "ProductExtraContent.php": {
+ "type": "-",
+ "size": 2824,
+ "lmtime": 0,
+ "modified": false
+ },
+ "ProductInterface.php": {
+ "type": "-",
+ "size": 1722,
+ "lmtime": 0,
+ "modified": false
+ },
+ "ProductListingPresenter.php": {
+ "type": "-",
+ "size": 1394,
+ "lmtime": 0,
+ "modified": false
+ },
+ "ProductPresentationSettings.php": {
+ "type": "-",
+ "size": 1659,
+ "lmtime": 0,
+ "modified": false
+ },
+ "ProductPresenter.php": {
+ "type": "-",
+ "size": 1366,
+ "lmtime": 0,
+ "modified": false
+ },
+ "Search": {
+ "Exception": {
+ "InvalidSortOrderDirectionException.php": {
+ "type": "-",
+ "size": 1655,
+ "lmtime": 1743168600000,
+ "modified": false
+ }
+ },
+ "FacetCollection.php": {
+ "type": "-",
+ "size": 1897,
+ "lmtime": 1743168600000,
+ "modified": false
+ },
+ "Facet.php": {
+ "type": "-",
+ "size": 5187,
+ "lmtime": 1743168600000,
+ "modified": false
+ },
+ "FacetsRendererInterface.php": {
+ "type": "-",
+ "size": 1791,
+ "lmtime": 1743168600000,
+ "modified": false
+ },
+ "Filter.php": {
+ "type": "-",
+ "size": 5334,
+ "lmtime": 1743168600000,
+ "modified": false
+ },
+ "Pagination.php": {
+ "type": "-",
+ "size": 4401,
+ "lmtime": 1743168600000,
+ "modified": false
+ },
+ "ProductSearchContext.php": {
+ "type": "-",
+ "size": 4383,
+ "lmtime": 1754571660000,
+ "modified": false
+ },
+ "ProductSearchProviderInterface.php": {
+ "type": "-",
+ "size": 1516,
+ "lmtime": 1743168600000,
+ "modified": false
+ },
+ "ProductSearchQuery.php": {
+ "type": "-",
+ "size": 5408,
+ "lmtime": 1743168600000,
+ "modified": false
+ },
+ "ProductSearchResult.php": {
+ "type": "-",
+ "size": 4062,
+ "lmtime": 1743168600000,
+ "modified": false
+ },
+ "SortOrderFactory.php": {
+ "type": "-",
+ "size": 1981,
+ "lmtime": 1743168600000,
+ "modified": false
+ },
+ "SortOrder.php": {
+ "type": "-",
+ "size": 6610,
+ "lmtime": 1743168600000,
+ "modified": false
+ },
+ "SortOrdersCollection.php": {
+ "type": "-",
+ "size": 2472,
+ "lmtime": 1743168600000,
+ "modified": false
+ },
+ "URLFragmentSerializer.php": {
+ "type": "-",
+ "size": 4325,
+ "lmtime": 1743168600000,
+ "modified": false
+ }
+ }
+ },
+ "Proxy": {},
+ "Repository": {},
+ "Routing": {},
+ "Search": {},
+ "Security": {},
+ "Session": {},
+ "Shop": {},
+ "SqlManager": {},
+ "Stock": {},
+ "String": {},
+ "Support": {},
+ "Tax": {},
+ "Team": {},
+ "Translation": {},
+ "Util": {},
+ "Validation": {},
+ "Webservice": {}
+ },
+ ".htaccess": {
+ "type": "-",
+ "size": 170,
+ "lmtime": 0,
+ "modified": false
+ },
+ "PrestaShopBundle": {}
+ },
"stats.php": {
"type": "-",
"size": 1702,
diff --git a/modules/empikmarketplace/.DS_Store b/modules/empikmarketplace/.DS_Store
new file mode 100644
index 00000000..377f6a8b
Binary files /dev/null and b/modules/empikmarketplace/.DS_Store differ
diff --git a/modules/empikmarketplace/views/.DS_Store b/modules/empikmarketplace/views/.DS_Store
new file mode 100644
index 00000000..0e2ac3c7
Binary files /dev/null and b/modules/empikmarketplace/views/.DS_Store differ
diff --git a/modules/empikmarketplace/views/templates/.DS_Store b/modules/empikmarketplace/views/templates/.DS_Store
new file mode 100644
index 00000000..74cc053a
Binary files /dev/null and b/modules/empikmarketplace/views/templates/.DS_Store differ
diff --git a/modules/empikmarketplace/views/templates/admin/.DS_Store b/modules/empikmarketplace/views/templates/admin/.DS_Store
new file mode 100644
index 00000000..92ec7500
Binary files /dev/null and b/modules/empikmarketplace/views/templates/admin/.DS_Store differ
diff --git a/themes/leo_gstore/assets/img/modules/leoslideshow/Nowy Sącz otwarcie - Slider.png b/themes/leo_gstore/assets/img/modules/leoslideshow/Nowy Sącz otwarcie - Slider.png
new file mode 100644
index 00000000..3443f162
Binary files /dev/null and b/themes/leo_gstore/assets/img/modules/leoslideshow/Nowy Sącz otwarcie - Slider.png differ
diff --git a/themes/leo_gstore/assets/img/modules/leoslideshow/Nowy Sącz otwarcie - Slider.webp b/themes/leo_gstore/assets/img/modules/leoslideshow/Nowy Sącz otwarcie - Slider.webp
new file mode 100644
index 00000000..8f972bca
Binary files /dev/null and b/themes/leo_gstore/assets/img/modules/leoslideshow/Nowy Sącz otwarcie - Slider.webp differ
diff --git a/themes/leo_gstore/assets/img/modules/leoslideshow/Wietrzenie Magazynów - Slider.webp b/themes/leo_gstore/assets/img/modules/leoslideshow/Wietrzenie Magazynów - Slider.webp
new file mode 100644
index 00000000..53c1fa3c
Binary files /dev/null and b/themes/leo_gstore/assets/img/modules/leoslideshow/Wietrzenie Magazynów - Slider.webp differ
diff --git a/themes/leo_gstore/assets/img/modules/leoslideshow/Wietrzenie Magazynów - Slider.webp b/themes/leo_gstore/assets/img/modules/leoslideshow/Wietrzenie Magazynów - Slider.webp
index 53c1fa3c..d88b2757 100644
Binary files a/themes/leo_gstore/assets/img/modules/leoslideshow/Wietrzenie Magazynów - Slider.webp and b/themes/leo_gstore/assets/img/modules/leoslideshow/Wietrzenie Magazynów - Slider.webp differ
diff --git a/themes/leo_gstore/assets/img/modules/leoslideshow/Żory - Slider.png b/themes/leo_gstore/assets/img/modules/leoslideshow/Żory - Slider.png
new file mode 100644
index 00000000..926f0b4f
Binary files /dev/null and b/themes/leo_gstore/assets/img/modules/leoslideshow/Żory - Slider.png differ
diff --git a/themes/leo_gstore/assets/img/modules/leoslideshow/Żory - Slider.webp b/themes/leo_gstore/assets/img/modules/leoslideshow/Żory - Slider.webp
new file mode 100644
index 00000000..e3e6730e
Binary files /dev/null and b/themes/leo_gstore/assets/img/modules/leoslideshow/Żory - Slider.webp differ
diff --git a/themes/leo_gstore/assets/img/modules/leoslideshow/Życzenia 2021 - Slider.webp b/themes/leo_gstore/assets/img/modules/leoslideshow/Życzenia 2021 - Slider.webp
new file mode 100644
index 00000000..7539f979
Binary files /dev/null and b/themes/leo_gstore/assets/img/modules/leoslideshow/Życzenia 2021 - Slider.webp differ
diff --git a/themes/leo_lulandia/assets/img/modules/appagebuilder/images/Łóżka.jpg b/themes/leo_lulandia/assets/img/modules/appagebuilder/images/Łóżka.jpg
new file mode 100644
index 00000000..57e1f68a
Binary files /dev/null and b/themes/leo_lulandia/assets/img/modules/appagebuilder/images/Łóżka.jpg differ
diff --git a/themes/leo_lulandia/assets/img/modules/appagebuilder/images/Łóżka.webp b/themes/leo_lulandia/assets/img/modules/appagebuilder/images/Łóżka.webp
new file mode 100644
index 00000000..d51977ab
Binary files /dev/null and b/themes/leo_lulandia/assets/img/modules/appagebuilder/images/Łóżka.webp differ
diff --git a/themes/leo_lulandia/assets/img/modules/leoblog/2/c/1200x500 - Blog - Materace sprężynowe.jpg b/themes/leo_lulandia/assets/img/modules/leoblog/2/c/1200x500 - Blog - Materace sprężynowe.jpg
new file mode 100644
index 00000000..8e50cf2c
Binary files /dev/null and b/themes/leo_lulandia/assets/img/modules/leoblog/2/c/1200x500 - Blog - Materace sprężynowe.jpg differ
diff --git a/themes/leo_lulandia/assets/img/modules/leoblog/2/c/1200x500 - Blog - Materace sprężynowe.png b/themes/leo_lulandia/assets/img/modules/leoblog/2/c/1200x500 - Blog - Materace sprężynowe.png
new file mode 100644
index 00000000..e76fd0fb
Binary files /dev/null and b/themes/leo_lulandia/assets/img/modules/leoblog/2/c/1200x500 - Blog - Materace sprężynowe.png differ
diff --git a/themes/leo_lulandia/assets/img/modules/leoblog/2/c/1200x500 - Blog - Materace sprężynowe.webp b/themes/leo_lulandia/assets/img/modules/leoblog/2/c/1200x500 - Blog - Materace sprężynowe.webp
new file mode 100644
index 00000000..060c7949
Binary files /dev/null and b/themes/leo_lulandia/assets/img/modules/leoblog/2/c/1200x500 - Blog - Materace sprężynowe.webp differ
diff --git a/themes/leo_lulandia/assets/img/modules/leoblog/2/c/1200x500 - Blog - Stelaże.png b/themes/leo_lulandia/assets/img/modules/leoblog/2/c/1200x500 - Blog - Stelaże.png
new file mode 100644
index 00000000..516a80e3
Binary files /dev/null and b/themes/leo_lulandia/assets/img/modules/leoblog/2/c/1200x500 - Blog - Stelaże.png differ
diff --git a/themes/leo_lulandia/assets/img/modules/leoblog/2/c/1200x500 - Blog - Stelaże.webp b/themes/leo_lulandia/assets/img/modules/leoblog/2/c/1200x500 - Blog - Stelaże.webp
new file mode 100644
index 00000000..eae73658
Binary files /dev/null and b/themes/leo_lulandia/assets/img/modules/leoblog/2/c/1200x500 - Blog - Stelaże.webp differ
diff --git a/themes/leo_lulandia/assets/img/modules/leoblog/2/c/1200x500 - Blog - Łóżka.png b/themes/leo_lulandia/assets/img/modules/leoblog/2/c/1200x500 - Blog - Łóżka.png
new file mode 100644
index 00000000..2c3dcd68
Binary files /dev/null and b/themes/leo_lulandia/assets/img/modules/leoblog/2/c/1200x500 - Blog - Łóżka.png differ
diff --git a/themes/leo_lulandia/assets/img/modules/leoblog/2/c/1200x500 - Blog - Łóżka.webp b/themes/leo_lulandia/assets/img/modules/leoblog/2/c/1200x500 - Blog - Łóżka.webp
new file mode 100644
index 00000000..d18d0097
Binary files /dev/null and b/themes/leo_lulandia/assets/img/modules/leoblog/2/c/1200x500 - Blog - Łóżka.webp differ
diff --git a/themes/leo_lulandia/assets/img/modules/leoblog/2/c/Łóżka.jpg b/themes/leo_lulandia/assets/img/modules/leoblog/2/c/Łóżka.jpg
new file mode 100644
index 00000000..f4c92fe8
Binary files /dev/null and b/themes/leo_lulandia/assets/img/modules/leoblog/2/c/Łóżka.jpg differ
diff --git a/themes/leo_lulandia/assets/img/modules/leoslideshow/Nowy Sącz otwarcie - Slider.png b/themes/leo_lulandia/assets/img/modules/leoslideshow/Nowy Sącz otwarcie - Slider.png
new file mode 100644
index 00000000..3443f162
Binary files /dev/null and b/themes/leo_lulandia/assets/img/modules/leoslideshow/Nowy Sącz otwarcie - Slider.png differ
diff --git a/themes/leo_lulandia/assets/img/modules/leoslideshow/Nowy Sącz otwarcie - Slider.webp b/themes/leo_lulandia/assets/img/modules/leoslideshow/Nowy Sącz otwarcie - Slider.webp
new file mode 100644
index 00000000..44263cd9
Binary files /dev/null and b/themes/leo_lulandia/assets/img/modules/leoslideshow/Nowy Sącz otwarcie - Slider.webp differ
diff --git a/themes/leo_lulandia/assets/img/modules/leoslideshow/Wietrzenie Magazynów - Slider.png b/themes/leo_lulandia/assets/img/modules/leoslideshow/Wietrzenie Magazynów - Slider.png
new file mode 100644
index 00000000..b30302af
Binary files /dev/null and b/themes/leo_lulandia/assets/img/modules/leoslideshow/Wietrzenie Magazynów - Slider.png differ
diff --git a/themes/leo_lulandia/assets/img/modules/leoslideshow/Wietrzenie Magazynów - Slider.webp b/themes/leo_lulandia/assets/img/modules/leoslideshow/Wietrzenie Magazynów - Slider.webp
new file mode 100644
index 00000000..6379be20
Binary files /dev/null and b/themes/leo_lulandia/assets/img/modules/leoslideshow/Wietrzenie Magazynów - Slider.webp differ
diff --git a/themes/leo_lulandia/assets/img/modules/leoslideshow/Żory - Slider.png b/themes/leo_lulandia/assets/img/modules/leoslideshow/Żory - Slider.png
new file mode 100644
index 00000000..926f0b4f
Binary files /dev/null and b/themes/leo_lulandia/assets/img/modules/leoslideshow/Żory - Slider.png differ
diff --git a/themes/leo_lulandia/assets/img/modules/leoslideshow/Żory - Slider.webp b/themes/leo_lulandia/assets/img/modules/leoslideshow/Żory - Slider.webp
new file mode 100644
index 00000000..9cb202e7
Binary files /dev/null and b/themes/leo_lulandia/assets/img/modules/leoslideshow/Żory - Slider.webp differ
diff --git a/themes/leo_lulandia/assets/img/modules/leoslideshow/Życzenia 2021 - Slider.png b/themes/leo_lulandia/assets/img/modules/leoslideshow/Życzenia 2021 - Slider.png
new file mode 100644
index 00000000..1d7af3ad
Binary files /dev/null and b/themes/leo_lulandia/assets/img/modules/leoslideshow/Życzenia 2021 - Slider.png differ
diff --git a/themes/leo_lulandia/assets/img/modules/leoslideshow/Życzenia 2021 - Slider.webp b/themes/leo_lulandia/assets/img/modules/leoslideshow/Życzenia 2021 - Slider.webp
new file mode 100644
index 00000000..185a2b4b
Binary files /dev/null and b/themes/leo_lulandia/assets/img/modules/leoslideshow/Życzenia 2021 - Slider.webp differ