Version '.(defined('BLUDIT_PRO')?'':'').''.BLUDIT_VERSION.''; $html .= ''; 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; } }