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