add_block(new Block("Featured Image", $this->build_thumb_html($image), "left", 3)); } public function get_buttons_html($image_id) { global $user; return " ".make_form(make_link("featured_image/set"))." "; } } ?>