On rajoute encore quelques modules
This commit is contained in:
21
modules/iqitmegamenu/upgrade/install-1.0.2.php
Normal file
21
modules/iqitmegamenu/upgrade/install-1.0.2.php
Normal file
@@ -0,0 +1,21 @@
|
||||
<?php
|
||||
/**
|
||||
* 2007-2015 IQIT-COMMERCE.COM
|
||||
*
|
||||
* NOTICE OF LICENSE
|
||||
*
|
||||
* @author IQIT-COMMERCE.COM <support@iqit-commerce.com>
|
||||
* @copyright 2007-2015 IQIT-COMMERCE.COM
|
||||
* @license GNU General Public License version 2
|
||||
*
|
||||
* You can not resell or redistribute this software.
|
||||
*/
|
||||
|
||||
if (!defined('_PS_VERSION_')) {
|
||||
exit;
|
||||
}
|
||||
|
||||
function upgrade_module_1_0_2($object)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
Reference in New Issue
Block a user