function JSNProUpgradeHelper($templateInfo, $joomlaVersion)
 {
     parent::JSNUpdaterHelper();
     $this->_template_version = $templateInfo['version'];
     $this->_identified_name = str_replace('jsn', 'tpl', strtolower($templateInfo['name']));
     $this->_joomla_version = $joomlaVersion;
     $this->_full_name = strtolower($templateInfo['full_name']);
     $this->_name = strtolower($templateInfo['name']);
 }
 function JSNManualUpdaterHelper()
 {
     parent::JSNUpdaterHelper();
 }
 function JSNAutoUpdaterHelper()
 {
     parent::JSNUpdaterHelper();
     $this->setTemplateInfo();
 }