* @copyright 2007-2019 PrestaShop SA * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) * International Registered Trademark & Property of PrestaShop SA */ class AdminLeoextratabSettingController extends ModuleAdminController { public function __construct() { $url = 'index.php?controller=adminmodules&configure=leoextratab&token='. Tools::getAdminTokenLite('AdminModules') .'&tab_module=Home&module_name=leoextratab'; Tools::redirectAdmin($url); $this->bootstrap = true; $this->className = 'Configuration'; $this->table = 'configuration'; $this->theme_name = Context::getContext()->shop->getTheme(); parent::__construct(); } }