name = 'sensbitfedex'; $this->tab = 'shipping_logistics'; $this->version = '0.0.0'; $this->author = 'Sensbit'; $this->need_instance = 0; $this->bootstrap = true; parent::__construct(); $this->secure_key = Tools::encrypt($this->name); $this->displayName = $this->l('Fedex Integration', 'module').' - Wymagany IonCube Loader!'; $this->description = 'IonCube loader jest wymagany by korzystać z modułu. Włącz lub zainstaluj go na serwerze by cieszyć się z modułów od Sensbit.'; } public function install() { $this->_errors[] = $this->description; Context::getContext()->controller->errors[] = $this->description; return false; } } } else { require_once dirname(__FILE__).'/classes/autoload.php'; class SensbitFedex extends SensbitFedexModule { } }