10 lines
133 B
PHP
Executable File
10 lines
133 B
PHP
Executable File
<?php
|
|
|
|
if (!defined('_PS_VERSION_'))
|
|
exit;
|
|
|
|
function upgrade_module_1_1($object)
|
|
{
|
|
return ($object->registerHook('displayNav'));
|
|
}
|