<?php
	header("Content-Type: text/xml");
	include("config.inc.php");
	include("common.inc.php");
	db_connect();
	$data_mod = time();
	while (date("w",$data_mod)!=1) {
		$data_mod -= 24 * 60 * 60;
	}
		echo "<";
?>?xml version="1.0" encoding="UTF-8"?>
<sitemapindex xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
         http://www.sitemaps.org/schemas/sitemap/0.9/siteindex.xsd"
         xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<?php
	$wersje = getLanguages(1);
	foreach ($wersje as $k=>$w) {
?>
  <sitemap>
    <loc>http://www.julex.pl/sitemap_julex_<?=$k?>.xml</loc>
    <lastmod><?php print date("Y",$data_mod)."-".date("m",$data_mod)."-".date("d",$data_mod); ?></lastmod>
  </sitemap>
<?php
	}
?>
</sitemapindex>