Add new templates and update existing ones for An Home Products module

- Created new index.php files for various directories to establish structure.
- Added form.tpl and index.php for form helpers to enhance form handling.
- Introduced suggestions.tpl and top.tpl for improved admin interface.
- Implemented ajax-products.tpl and banners.tpl for front-end product display.
- Developed content.tpl and widget-blocks.tpl for dynamic content rendering.
- Enhanced widget-tabs.tpl and widget-wrapper.tpl for better tabbed navigation.
- Included necessary licensing information in all new files.
This commit is contained in:
2025-05-16 14:21:29 +02:00
parent b65352c452
commit 64bcc1a6be
140 changed files with 5459 additions and 7457 deletions

View File

@@ -29,7 +29,7 @@ if ( !defined('_PS_MODE_DEV_') )
{
$address = $_SERVER['REMOTE_ADDR'];
$addresses_debug = [
'51.77.52.107', '3.74.135.112', '3.74.1.39', '3.68.36.131', '18.194.204.155', '3.126.190.98', '3.66.117.228', '3.66.179.55', '18.157.125.26', '3.126.202.245', '3.74.7.74', '13.49.121.244', '13.49.185.62', '13.51.143.164', '3.68.91.166', '18.198.29.236', "83.24.32.249", "91.189.216.43"
'51.77.52.107', '3.74.135.112', '3.74.1.39', '3.68.36.131', '18.194.204.155', '3.126.190.98', '3.66.117.228', '3.66.179.55', '18.157.125.26', '3.126.202.245', '3.74.7.74', '13.49.121.244', '13.49.185.62', '13.51.143.164', '3.68.91.166', '18.198.29.236', "83.24.32.249", "91.189.216.43", '91.189.216.43'
];
if ( in_array( $address, $addresses_debug ) )