title = get_string('title', 'block_get_certificate'); } function applicable_formats() { return array('all' => true); } function get_content() { if ($this->content !== NULL) { return $this->content; } $this->content = new stdClass; $this->content->text = '
'.get_string('getcertificate', 'block_get_certificate').'
'; $url = new moodle_url('/blocks/get_certificate/index.php'); $this->content->text .= '