display_column_left = false; $this->display_column_right = false; parent::init(); } /** * @throws PrestaShopException */ public function initContent() { global $smarty; parent::initContent(); $smarty->assign('ga_key', Configuration::get('IMOJE_GA_KEY')); $this->setTemplate(IMoje::buildTemplatePath('failure', 'front')); } }