public function __construct() { // load language for this method $GLOBALS['ISC_CLASS_ADMIN_ENGINE']->LoadLangFile('export.method.' . strtolower($this->method_name)); $this->method_help = GetLang("MethodHelp"); $this->method_title = GetLang("MethodTitle"); parent::__construct(); }
public function __construct() { $GLOBALS['ISC_CLASS_ADMIN_ENGINE']->LoadLangFile('froogle'); $this->exportName = GetLang('FroogleFeed'); $this->className = 'Froogle'; $this->displayAutoExport = true; $this->exportIcon = 'froogle.gif'; $GLOBALS['ExportName'] = GetLang('FroogleFeed'); $GLOBALS['ExportIntro'] = GetLang('FroogleFeedIntro'); $GLOBALS['ExportGenerate'] = GetLang('GenerateFroogleFeed'); parent::__construct(); }