template = "template"; $this->module = "admin"; $this->module_name = $msg[7]; parent::__construct(); } public function get_sphinx_status() { global $sphinx_active; if ($sphinx_active) { return check_sphinx_service(); } return ''; } }