get_image_link(); $fname = url_escape($image->filename); //Most of the time this will be the title/artist of the song. $html = "

Title: ??? | Artist: ???

Download"; $page->add_html_header(""); $page->add_block(new Block("Music", $html, "main", 10)); } }