module = \Module::getInstanceByName('ceneo_trustedreviews'); } public function displayInfoHeader() { $this->_html = '

' . $this->l( 'Launching Ceneo Trusted Reviews') . '

' . $this->l( 'If you already have visible offers, start collecting feedback on your store. Enter your GUID code, which you will find in ') . '' . $this->l('Ceneo Panel in the Trusted Reviews tab') . '. ' . $this->l('The service is free.') . '

'; return $this->_html; } public function l($string, $specific = false, $locale = null) { return \Translate::getModuleTranslation( $this->module, $string, ($specific) ? $specific : $this->module->name, null, false, $locale ); } }