title = get_string('loancalc','block_loancalc'); $this->content_type = BLOCK_TYPE_TEXT; $this->version = 2007101509; } function get_content() { global $CFG; $calc = $CFG->pixpath.'/i/calc.gif'; $this->content->text = '
'; $this->content->footer = ''; return $this->content; } } ?>