config->tplCodePath . "/CRM/common/version.tpl", $this->config->db_version); $template = new CRM_Core_CodeGen_Util_Template('php'); $template->assign('db_version', $this->config->db_version); $template->assign('cms', ucwords($this->config->cms)); $template->run('civicrm_version.tpl', $this->config->phpCodePath . "civicrm-version.php"); } }