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