This commit is contained in:
O K
2025-10-30 13:00:37 +02:00
parent 7fd9256751
commit 396766622e
4 changed files with 17 additions and 6 deletions

View File

@@ -1,4 +1,5 @@
<?php
/**
* Copyright since 2007 PrestaShop SA and Contributors
* PrestaShop is an International Registered Trademark & Property of PrestaShop SA
@@ -31,7 +32,7 @@ if (!defined('_PS_VERSION_')) {
class cookiesconsent extends Module
{
public function __construct()
{
@@ -67,6 +68,4 @@ class cookiesconsent extends Module
{
return $this->display(__FILE__, 'footer.tpl');
}
}
}