10 lines
187 B
PHP
Executable File
10 lines
187 B
PHP
Executable File
<?php
|
|
|
|
if (!defined('_PS_VERSION_'))
|
|
exit;
|
|
|
|
function upgrade_module_1_3($object)
|
|
{
|
|
return ($object->registerHook('displayHomeTab') && $object->registerHook('displayHomeTabContent'));
|
|
}
|