<?php
include_once("utils.php");

header('Content-Type: application/xml; charset=UTF-8');
header('X-Robots-Tag: noindex');
echo '<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="sitemap.xsl"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">';
//ob_start();
//$maxs = $art->getSiteXML();
//$down = ob_get_clean();
/*
echo '
	<url>
		<loc>'.'http://www.'.$util->domain().'/</loc>
		<priority>1.0</priority>
		<changefreq>always</changefreq>
		<lastmod>'.date('c',$maxs['data']).'</lastmod>
	</url>';
*/
//echo $down;
echo '
</urlset>';
?>

