Version '.(defined('BLUDIT_PRO')?'':'').''.BLUDIT_VERSION.'';
$html .= ''.$L->get('New version available').' ';
return $html;
}
public function adminBodyEnd()
{
// The follow Javascript get via AJAX the information about new versions
// The script is on /bl-plugins/version/js/version.js
$jsPath = $this->phpPath() . 'js' . DS;
$scripts = '';
return $scripts;
}
}