name = 'gadsense'; $this->tab = 'Advertisement'; $this->version = '1.1'; $this->displayName = $this->l('Google Adsense'); parent::__construct(); if (!Configuration::get('GADSENSE_ID')) $this->warning = $this->l('You have not yet set your Google Adsense code'); $this->description = $this->l('Integrate the Google Adsense script into your shop'); $this->confirmUninstall = $this->l('Are you sure you want to delete your details ?'); } function install() { if (!parent::install() OR !$this->registerHook('home')) return false; return true; } function uninstall() { if (!Configuration::deleteByName('GADSENSE_ID') OR !parent::uninstall()) return false; return true; } public function getContent() { $output = '
'.$this->l('Settings updated').'