fetch($url); if (!$artist) redirectTo404(); $artist["description_html"] = parseMarkdown($artist["description"]); $artist["globals"] = $fetcher->getGlobals(); $page = $artist; extract(setupPageMetadata($page, $requestUri)); header("Cache-Control: public, max-age=3600"); header("Expires: " . gmdate("D, d M Y H:i:s", time() + 3600) . " GMT"); ?>