"
// dizisi, dosyayı okuyan araçlara PHP bloğu bitmiş gibi görünüyor.
echo '<?xml version="1.0" encoding="UTF-8"?';
echo '>' . "\n";
echo '<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml">' . "\n";

foreach ($sayfalar as $yol => $ayar) {
    satir($ALAN, $yol, $ayar[0], $ayar[1], $icerikTarih);
}
foreach ($yazilar as $y) {
    satir($ALAN, "yazi.php?y=" . rawurlencode($y["slug"]), "monthly", "0.6", $y["tarih"]);
}

echo '</urlset>' . "\n";
