"; $page->add_block(new Block("Regen Thumb", $html, "left")); } /* * Show a link to the new thumbnail */ public function display_results($page, $image) { $page->set_title("Thumbnail Regenerated"); $page->set_heading("Thumbnail Regenerated"); $page->add_header(""); $page->add_block(new NavBlock()); $page->add_block(new Block("Thumbnail", $this->build_thumb_html($image))); } } ?>