add_block(new Block("Featured Image", $this->build_thumb_html($image), "left", 3)); } public function display_buttons($page, $image_id) { $html = "
"; $page->add_block(new Block("Featured Image", $html, "left")); } } ?>