"; return $html; } /** * Display link to replace the image */ public function get_replace_html(int $image_id): string { $html = make_form(make_link("image/replace"))." "; return $html; } }