Initial commit: is_searchbar out of the box. v3.0.1
This commit is contained in:
13
is_searchbar/upgrade/upgrade-1-1-0.php
Normal file
13
is_searchbar/upgrade/upgrade-1-1-0.php
Normal file
@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
if (!defined('_PS_VERSION_')) {
|
||||
exit;
|
||||
}
|
||||
|
||||
function upgrade_module_1_1_0($module)
|
||||
{
|
||||
$module->registerHook('actionFrontControllerSetMedia');
|
||||
$module->unregisterHook('header');
|
||||
|
||||
return true;
|
||||
}
|
||||
Reference in New Issue
Block a user