Ajout du module RGPD Cookie
This commit is contained in:
17
modules/lgcookieslaw/upgrade/Upgrade-1.4.0.php
Normal file
17
modules/lgcookieslaw/upgrade/Upgrade-1.4.0.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
/**
|
||||
* Please read the terms of the CLUF license attached to this module(cf "licences" folder)
|
||||
*
|
||||
* @author Línea Gráfica E.C.E. S.L.
|
||||
* @copyright Lineagrafica.es - Línea Gráfica E.C.E. S.L. all rights reserved.
|
||||
* @license https://www.lineagrafica.es/licenses/license_en.pdf
|
||||
* https://www.lineagrafica.es/licenses/license_es.pdf
|
||||
* https://www.lineagrafica.es/licenses/license_fr.pdf
|
||||
*/
|
||||
|
||||
function upgrade_module_1_4_0($module)
|
||||
{
|
||||
$module->registerHook('top');
|
||||
$module->registerHook('header');
|
||||
return true;
|
||||
}
|
||||
Reference in New Issue
Block a user