* @copyright 2015 PrestaShow.pl * @license http://PrestaShow.pl/license */ require_once dirname(__FILE__) . "/../../config.php"; class PShowImporterSettingsController extends PShowSettingsController { public $select_menu_tab = 'subtab-PShowImporterMain'; public function __construct() { parent::__construct(); Context::getContext()->smarty->assign('lang_iso', $this->context->language->iso_code); } }